Skip to content

Commit eecc7db

Browse files
author
jngaravitoc
committed
2 parents 2648d09 + b48be9b commit eecc7db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3737
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3838
# Tests not working at the moment -- pyEXP requirement!
39-
#- name: Test with pytest
40-
# run: |
41-
# pytest
39+
- name: Test with pytest
40+
run: |
41+
pytest

0 commit comments

Comments
 (0)