Skip to content

Commit b86c3a0

Browse files
committed
fixing pooch
1 parent fc92edc commit b86c3a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
# exlude anything that requires large data (it is not included in PyPi)
3737
# pytest --cov=./tests --cov-report=xml --ignore=tests/test_gen_example_notebook.py
38-
pytest -s --cov=./tests --cov-report=xml
38+
pytest --cov=./tests --cov-report=xml --ignore=tests/test_gen_example_notebook.py
3939
4040
- name: Upload coverage reports to Codecov
4141
uses: codecov/codecov-action@v4.0.1

0 commit comments

Comments
 (0)