Skip to content

Commit

Permalink
Dry run doesn't tell which have outputs, just which it would screen
Browse files Browse the repository at this point in the history
  • Loading branch information
WardLT committed Nov 7, 2023
1 parent 287cfa0 commit 54f9179
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ jobs:
run: |
pip install flake8
flake8 jitterbug tests
- name: Make sure notebooks are empty
run: |
nbo=$(nbstripout --dry-run notebooks/0_get-exact-answer.ipynb)
echo $nbo
[[ ! -n $nbo ]] # Make sure the output is empty
- name: Test with pytest
run: pytest --cov=jitterbug --timeout=300 tests
- name: Coveralls
Expand Down

0 comments on commit 54f9179

Please sign in to comment.