Skip to content

Commit 9f171c8

Browse files
committed
Comment out '-n auto'
1 parent b2c7658 commit 9f171c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ jobs:
4141
# Run pytest
4242
- name: Test with pytest
4343
run: |
44-
python -m pytest -n auto tests examples
44+
#python -m pytest -n auto tests examples
45+
python -m pytest tests examples

0 commit comments

Comments
 (0)