Skip to content

Commit

Permalink
adding xdist to speed up
Browse files Browse the repository at this point in the history
  • Loading branch information
furniturewalatkNIH authored May 1, 2024
1 parent ca58f89 commit 085ef83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/verify-imports-jupyter-nbmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
- name: Install dependencies
run:
pip install pytest nbmake
pip install pytest-xdist

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

- name: Check for errors
run: |
Expand Down

0 comments on commit 085ef83

Please sign in to comment.