Skip to content

Commit

Permalink
dont use coverage in notebook tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lalmei authored Mar 24, 2021
1 parent 01b1295 commit 73bca1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
pip install -r requirements-test.txt
- name: Run notebook test
run: |
pytest test_notebooks/notebook_tests.py
pytest --no-cov test_notebooks/notebook_tests.py

0 comments on commit 73bca1c

Please sign in to comment.