From ad9d2a7137071e627e760bf7b2a680110b43dd45 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Mon, 25 Aug 2025 03:10:36 +0100 Subject: [PATCH] Update CI workflow to use 'uv run' for executing CI checks script --- .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 7d6f527..a5fd5b4 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -38,4 +38,4 @@ jobs: uv pip install requests - name: Run CI checks run: | - python .github/scripts/ci_checks.py + uv run .github/scripts/ci_checks.py