Update main.yml

This commit is contained in:
timrid 2021-01-02 18:11:03 +01:00 committed by GitHub
parent 21f5374007
commit 338eb21f0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r .\requirements.txt
python -m pip install -r requirements.txt
# Run pytests
- name: Run pytests