Update python-app.yml

This commit is contained in:
sosokker 2023-07-05 16:42:00 +07:00 committed by GitHub
parent 20b8214c8d
commit 70eb1a5f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,4 +25,4 @@ jobs:
run: pip install -r requirements.txt
- name: Run pytest
run: python -m pytest --import-mode=append tests/
run: pytest tests/