Skip to content

Commit 6f3e5ee

Browse files
committed
Update test CI
1 parent 9f03228 commit 6f3e5ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Run tests without cloudpathlib
4646
run: |
4747
uv run pytest \
48-
-m "not cloud" \
48+
-m "not cloud and not benchmark" \
4949
--junitxml=pytest-cloudless.xml \
5050
--cov-report=xml:coverage.xml \
5151
--cov bids2table \

0 commit comments

Comments
 (0)