Skip to content

Commit 21cb6e7

Browse files
committed
fix CI error
1 parent 9a3b5f6 commit 21cb6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
pip install pytest
2929
3030
- name: Run tests
31-
run: python -m pytest tests/ -x -q
31+
run: python -m pytest tests/ -x -q -m "not network"

0 commit comments

Comments
 (0)