Skip to content

Commit 01c6718

Browse files
committed
Instead of plain pytest, run pytest -m "not network"
1 parent 2dc17a7 commit 01c6718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
- name: Pytest
2525
shell: bash
2626
run: |
27-
pytest
27+
pytest -m "not network"
2828
2929
- name: Show versions for logs.
3030
shell: bash

0 commit comments

Comments
 (0)