Skip to content

Commit

Permalink
CU-86973p9z4: Fix (hopefully) IPython setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-r committed Dec 17, 2024
1 parent 69ed00f commit 31808d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pip install -r requirements-dev.txt
- name: Install IPython kernel
run: |
python -m ipykernel install --name smoketests
python -m ipykernel install --name smoketests --user
- name: Smoke test tutorial
run: |
pytest --collect-only --nbmake ./notebooks/${{ matrix.part }}
Expand Down

0 comments on commit 31808d6

Please sign in to comment.