From cd3591789437774748e55b93130482484d1a0ca9 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Mon, 28 Apr 2025 18:39:51 +0100 Subject: [PATCH] UV tests fix? --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 023c075..a5fb0e0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -80,8 +80,8 @@ jobs: - name: Install dependencies run: | - uv pip install -e ".[tests]" + uv sync --group tests - name: Run tests run: | - ./run-tests.sh + uv run ./run-tests.sh