Skip to content

Commit

Permalink
Correct use of ignore to ignore-glob
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jun 29, 2024
1 parent 18fa8a9 commit c9215a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
micromamba activate venv
cd notebooks
pwd
pytest --ignore=*notest.ipynb --nbmake .
pytest --ignore-glob=*notest.ipynb --nbmake .

0 comments on commit c9215a8

Please sign in to comment.