We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4591e13 commit 48c537cCopy full SHA for 48c537c
.github/workflows/python-package.yml
@@ -37,4 +37,4 @@ jobs:
37
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38
- name: Test with pytest
39
run: |
40
- pytest
+ pytest -m 'not slow'
0 commit comments