Skip to content

Commit

Permalink
set venv
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Dec 2, 2024
1 parent 0a7823f commit 0bcb48f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ jobs:
uv pip install pylint-quotes==0.2.3
- name: Analysing the code with pylint
run: |
pylint --load-plugins pylint_quotes sky
uv run pylint --load-plugins pylint_quotes sky
env:
VIRTUAL_ENV: ~/test-env

0 comments on commit 0bcb48f

Please sign in to comment.