relative module import fix take 2

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

View File

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