We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a256554 commit 9b0c8e5Copy full SHA for 9b0c8e5
.github/workflows/py.yml
@@ -29,8 +29,8 @@ jobs:
29
source python-venv/bin/activate
30
python3 -m pip install --upgrade pip
31
if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt --upgrade; fi
32
- python3 -m pip install flake8 pytest --upgrade
+ python3 -m pip install wheel flake8 pytest --upgrade
33
- name: Test and check Python
34
run: |
35
36
- python3 -m pytest
+ pytest
0 commit comments