Skip to content

Commit

Permalink
DX: run pytest in one command
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 23, 2024
1 parent 791c394 commit d7a8c3d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,4 @@ jobs:
enable-cache: true
- name: Install graphviz
run: sudo apt-get -y install graphviz
- run: |
for notebook in $(git ls-files | grep ipynb); do
uv sync --extra dev --quiet
source .venv/bin/activate
pytest $notebook --no-header
done
- run: uv run --extra dev pytest

0 comments on commit d7a8c3d

Please sign in to comment.