We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c7658 commit 9f171c8Copy full SHA for 9f171c8
.github/workflows/main.yml
@@ -41,4 +41,5 @@ jobs:
41
# Run pytest
42
- name: Test with pytest
43
run: |
44
- python -m pytest -n auto tests examples
+ #python -m pytest -n auto tests examples
45
+ python -m pytest tests examples
0 commit comments