Skip to content

Commit

Permalink
use --nbval-current-env
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry authored Oct 22, 2023
1 parent e1ffd43 commit 354a7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: run pytest on notebooks (append coverage)
if: matrix.py == '3.10'
run: |
pytest -n 2 --dist loadfile --nbval --current-env --cov-append ./doc/src/tutorials/
pytest -n 2 --dist loadfile --nbval --nbval-current-env --cov-append ./doc/src/tutorials/
- name: test with WeldxFile
if: matrix.py == '3.10'
Expand Down

0 comments on commit 354a7ce

Please sign in to comment.