We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f03228 commit 6f3e5eeCopy full SHA for 6f3e5ee
1 file changed
.github/workflows/ci.yaml
@@ -45,7 +45,7 @@ jobs:
45
- name: Run tests without cloudpathlib
46
run: |
47
uv run pytest \
48
- -m "not cloud" \
+ -m "not cloud and not benchmark" \
49
--junitxml=pytest-cloudless.xml \
50
--cov-report=xml:coverage.xml \
51
--cov bids2table \
0 commit comments