We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2648d09 + b48be9b commit eecc7dbCopy full SHA for eecc7db
1 file changed
.github/workflows/python-package.yml
@@ -36,6 +36,6 @@ jobs:
36
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
37
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38
# Tests not working at the moment -- pyEXP requirement!
39
- #- name: Test with pytest
40
- # run: |
41
- # pytest
+ - name: Test with pytest
+ run: |
+ pytest
0 commit comments