Skip to content

Commit

Permalink
FIX: print summary of failed pytest job
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Aug 9, 2024
1 parent b72decf commit a2d9eda
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,5 +29,5 @@ jobs:
- run: |
for notebook in $(git ls-files | grep ipynb); do
uv pip sync requirements.txt --quiet --system
pytest $notebook --no-header --no-summary
pytest $notebook --no-header
done

0 comments on commit a2d9eda

Please sign in to comment.