Skip to content

Commit

Permalink
FIX: run pytest with test dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 28, 2024
1 parent e13fb03 commit 71ed153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
enable-cache: true
- name: Install graphviz
run: sudo apt-get -y install graphviz
- run: uv run --extra dev pytest
- run: uv run --group test --no-dev pytest

0 comments on commit 71ed153

Please sign in to comment.