Skip to content

Commit

Permalink
install plotting extras in tutorial tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jthurner committed Dec 5, 2024
1 parent dcc179a commit 4dfc057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
uv sync --extra test
uv sync --extra test --extra plotting
- name: Test with pytest
run: |
uv run pytest --nbmake -n=auto "./tutorials"
Expand Down

0 comments on commit 4dfc057

Please sign in to comment.