Skip to content

Commit

Permalink
use nbmake in separate line
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Mar 28, 2024
1 parent ac82ba9 commit cbda696
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ jobs:

- name: Run pytest with coverage report
shell: bash -l {0}
run: python -m pytest -rs -v --cov=./ --cov-report=xml --nbmake tutorials/
run: python -m pytest -rs -v --cov=./ --cov-report=xml

- name: Run pytest on tutorials
shell: bash -l {0}
run: python -m pytest -rs -v --nbmake tutorials/

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit cbda696

Please sign in to comment.