Skip to content

Commit fcb3f87

Browse files
committed
fixing tests
1 parent b9e870c commit fcb3f87

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
3535
- name: Test and generate coverage report
3636
run: |
37-
pytest --cov=./tests --cov-report=xml
37+
# exlude anything that requires large data (it is not included in PyPi)
38+
pytest --cov=./tests --cov-report=xml --ignore=tests/test_gen_example_notebook.py
3839
3940
- name: Upload coverage to Codecov
4041
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)