Skip to content

Commit

Permalink
install an ipykernel
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Mar 10, 2025
1 parent bf14dad commit ab18b6b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
- uses: actions/checkout@master
- name: Install uv
uses: astral-sh/setup-uv@v5

- name: parse notebooks
- name: install deps
run: |
uv run --extra docs jupytext --to notebook --execute ./docs/source/notebooks/tutorial.py --output ./docs/source/notebooks/tutorial.ipynb
uv sync --extra docs
python -m ipykernel install --name daisy_env --user
- name: parse notebooks
run: jupytext --to notebook --execute ./docs/source/notebooks/tutorial.py --output ./docs/source/notebooks/tutorial.ipynb
- name: remove notebook scripts
run: rm ./docs/source/notebooks/*.py
- name: Build and Commit
Expand Down

0 comments on commit ab18b6b

Please sign in to comment.