Skip to content

Commit 6ade644

Browse files
committed
more
1 parent 4520b47 commit 6ade644

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/py.yml

+3-3
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-
pip3 install flake8 pytest --upgrade
32+
python3 -m pip install flake8 pytest --upgrade
3333
- name: Test and check Python
3434
run: |
35-
make test
36-
make check
35+
source python-venv/bin/activate
36+
python3 -m pytest

0 commit comments

Comments
 (0)