Skip to content

Commit

Permalink
Add missing venv
Browse files Browse the repository at this point in the history
  • Loading branch information
Merricx committed Nov 17, 2024
1 parent 2ea57c5 commit 5c7268f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
pip3 install pytest pylint
run: |
set -e
source /venv/bin/activate
pip3 install zksnake --find-links dist --force-reinstall
python3 -m pylint --disable=R,C,fixme,import-error python
python3 -m pytest
Expand Down

0 comments on commit 5c7268f

Please sign in to comment.