We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
obolibrary
obolibrary-only
1 parent 3501190 commit 303f941Copy full SHA for 303f941
.github/workflows/run-tests.yml
@@ -103,7 +103,7 @@ jobs:
103
run: echo PYTEST_ADDOPTS=--scheduled >> "$GITHUB_ENV"
104
105
- name: Run all tests except those involving obolibrary
106
- if: matrix.mode != 'dandi-api'
+ if: matrix.mode != 'dandi-api' && matrix.mode != 'obolibrary-only'
107
run: |
108
python -m pytest -s -v -m "not obolibrary" --cov=dandi --cov-report=xml dandi
109
0 commit comments