Update run_pytest.yml

This commit is contained in:
Bastian Schroll 2019-09-22 14:27:44 +02:00 committed by GitHub
parent 8578eaeaa6
commit 2fbcfdeca0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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