Update run_pytest.yml

This commit is contained in:
Bastian Schroll 2019-09-22 14:18:50 +02:00 committed by GitHub
parent 3bb1ad75a7
commit 45841446f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest
- name: Test with pytest
run: |
pip install pytest