diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 146b8a8f7b4..dd9f23ed30d 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -36,6 +36,5 @@ jobs: uv pip install pylint-quotes==0.2.3 - name: Analysing the code with pylint run: | - uv run pylint --load-plugins pylint_quotes sky - env: - VIRTUAL_ENV: ~/test-env + source ~/test-env/bin/activate + pylint --load-plugins pylint_quotes sky