From 32471aff3b894e3365d355a88d9b28602d631949 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Mon, 25 Aug 2025 03:12:36 +0100 Subject: [PATCH] Add 'packaging' to dependencies installation 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 a5fd5b4..c1fb5f9 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -35,7 +35,7 @@ jobs: - name: Install dependencies run: | uv venv - uv pip install requests + uv pip install requests packaging - name: Run CI checks run: | uv run .github/scripts/ci_checks.py