Update run_pytest.yml

This commit is contained in:
Bastian Schroll 2019-09-22 14:34:35 +02:00 committed by GitHub
parent 6b4fc6df7c
commit 23b19c0e0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
mkdir log/
- name: Test with pytest
run: |
pytest -c 'test/pytest.ini'