From df292d65f0cb3f5b05a2b59ce939f4d98f7b3e1f Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Mon, 25 Aug 2025 03:07:34 +0100 Subject: [PATCH] Fix dependency installation command in CI workflow --- .github/workflows/ci-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index 1ded315..7f51172 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -34,7 +34,7 @@ jobs: uses: astral-sh/setup-uv@v5 - name: Install dependencies run: | - uv pip install requests + uv pip install requests --system - name: Run CI checks run: | python .github/scripts/ci_checks.py