From 1d8ef770a6f53e72fe81c7fffaf2a21409fa4fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Gremaud?= Date: Tue, 26 Nov 2024 07:48:41 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Update=20CI=20workflow=20to=20insta?= =?UTF-8?q?ll=20all=20dependencies=20instead=20of=20just=20coverage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6afff51..11056f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,8 +78,8 @@ jobs: with: enable-cache: true - - name: Install coverage - run: uv pip install coverage + - name: Install dependencies + run: uv sync --all-extras - name: Combine coverage reports run: |