Skip to content

Commit 2fbf2e4

Browse files
committed
CI: Fix pytest collection error
1 parent ce131b6 commit 2fbf2e4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/main-checks.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
pip install .[dev]
4343
micromamba list
4444
45-
- name: Run all tests (including Zenodo)
45+
- name: Run small data tests
4646
run: |
47-
pytest tests/ zenodo-tests/
47+
pytest tests/
48+
49+
- name: Run Zenodo tests
50+
run: |
51+
pytest zenodo-tests/

0 commit comments

Comments
 (0)