Skip to content

Commit 0f2c20d

Browse files
authored
Merge pull request #181 from DiamondLightSource/ci2
CI: Fix pytest collection error
2 parents ce131b6 + 2fbf2e4 commit 0f2c20d

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)