From b9f50510156aca8d52877ec57b4ae8408dac3f58 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Mon, 25 Aug 2025 03:16:19 +0100 Subject: [PATCH] Refactor CI workflow to combine dependency installation and CI checks into a single step --- .github/workflows/ci-checks.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index c1fb5f9..499792a 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -32,10 +32,8 @@ jobs: uses: actions/setup-python@v4 - name: Install uv uses: astral-sh/setup-uv@v5 - - name: Install dependencies + - name: Run CI checks run: | uv venv uv pip install requests packaging - - name: Run CI checks - run: | uv run .github/scripts/ci_checks.py