Skip to content

Commit cc785a2

Browse files
authored
Update python-package.yml
1 parent 53ab17a commit cc785a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4747
- name: Test with pytest
4848
run: |
49-
pytest -v -s -cov
49+
# pytest -v -s -cov
50+
python -c "import evdspy"
5051
python -c "import sys; print(sys.executable)"
5152
- name: test dt
5253
run: |

0 commit comments

Comments
 (0)