From eb05a1f8392ed4dd6b0b4e025748bd4cfcd178a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 23 Nov 2025 18:31:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20CI=20uv=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pre-commit.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index d8c31a3c5..8841d6985 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -42,7 +42,9 @@ jobs: pyproject.toml uv.lock - name: Install Dependencies - run: uv pip install -r requirements.txt + run: | + uv venv + uv pip install -r requirements.txt - name: Run pre-commit id: precommit run: |