Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed Jan 31, 2025
1 parent 4520b47 commit 6ade644
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
source python-venv/bin/activate
python3 -m pip install --upgrade pip
if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt --upgrade; fi
pip3 install flake8 pytest --upgrade
python3 -m pip install flake8 pytest --upgrade
- name: Test and check Python
run: |
make test
make check
source python-venv/bin/activate
python3 -m pytest

0 comments on commit 6ade644

Please sign in to comment.