fixed pytest relative package issue

This commit is contained in:
philip306 2020-07-30 09:53:57 -04:00 committed by GitHub
parent a32083d7f5
commit 6ebcb43aba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,4 +33,4 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest - name: Test with pytest
run: | run: |
pytest python -m pytest