Skip to content

Commit

Permalink
removed nbmake timeout option
Browse files Browse the repository at this point in the history
  • Loading branch information
furniturewalatkNIH authored Apr 30, 2024
1 parent 879732c commit ca58f89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/verify-imports-jupyter-nbmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:

- name: Check each notebook
run:
find notebooks/* -name '*.ipynb' -exec pytest --nbmake --nbmake-kernel=python3 --nbmake-find-import-errors \
--nbmake-timeout=20 {} +
find notebooks/* -name '*.ipynb' -exec pytest --nbmake --nbmake-kernel=python3 --nbmake-find-import-errors {} +

- name: Check for errors
run: |
Expand Down

0 comments on commit ca58f89

Please sign in to comment.