From f1d78c13b4e3208dc517073b22079d553550837b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 23 Nov 2025 18:23:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Install=20dependencies=20for=20C?= =?UTF-8?q?I?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pre-commit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index d4447b5a0..da96cb7e2 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -41,6 +41,8 @@ jobs: requirements**.txt pyproject.toml uv.lock + - name: Install Dependencies + run: uv pip install -r requirements-tests.txt - name: Run pre-commit id: precommit run: |