diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index a924afa06..af62d0e83 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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'