Update run_pytest.yml

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

View file

@ -23,4 +23,4 @@ jobs:
pip install -r requirements.txt
- name: Test with pytest
run: |
pytest -c test/pytest.ini
pytest -c 'test/pytest.ini'