From 89b1742d9d12f703ffe28bb28e77a089a2d1bb81 Mon Sep 17 00:00:00 2001 From: Zhanghao Wu Date: Mon, 2 Dec 2024 21:47:42 +0000 Subject: [PATCH] source instead --- .github/workflows/pylint.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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