Update python-package.yml

This commit is contained in:
Jamie Hardt
2021-10-02 17:00:35 -07:00
committed by GitHub
parent 02a96d7143
commit 7cd86332e8

View File

@@ -37,4 +37,4 @@ jobs:
flake8 ptulsconv tests --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest
PYTHONPATH=. pytest