Skip to content

Commit

Permalink
uv to install nbconvert
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Apr 24, 2024
1 parent 63fca78 commit 6641746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: uv pip install --system cellrank

- name: Install nbconvert ipykernel
run: pip install nbconvert ipykernel
run: uv pip install --system nbconvert ipykernel

- name: Run ${{ matrix.notebook }} Notebook
run: jupyter nbconvert --to notebook --execute ${{ matrix.notebook }}

0 comments on commit 6641746

Please sign in to comment.