Skip to content

Commit 9b0c8e5

Browse files
committed
more
1 parent a256554 commit 9b0c8e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/py.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
source python-venv/bin/activate
3030
python3 -m pip install --upgrade pip
3131
if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt --upgrade; fi
32-
python3 -m pip install flake8 pytest --upgrade
32+
python3 -m pip install wheel flake8 pytest --upgrade
3333
- name: Test and check Python
3434
run: |
3535
source python-venv/bin/activate
36-
python3 -m pytest
36+
pytest

0 commit comments

Comments
 (0)