Skip to content

Commit

Permalink
Fix python syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Merricx committed Nov 17, 2024
1 parent 9a3bfca commit 2ea57c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
run: |
set -e
pip3 install zksnake --find-links dist --force-reinstall
pylint --disable=R,C,fixme,import-error python
pytest
python3 -m pylint --disable=R,C,fixme,import-error python
python3 -m pytest
windows:
runs-on: ${{ matrix.platform.runner }}
Expand Down

0 comments on commit 2ea57c5

Please sign in to comment.