From 2326604c81a12cff9c477526fa423d6593b066b1 Mon Sep 17 00:00:00 2001 From: Jonas Eschle Date: Tue, 8 Apr 2025 10:43:26 +0200 Subject: [PATCH] fix typo --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fb33bbf..93daf9c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,8 @@ jobs: - name: Install dependencies run: | - python -m pip install uv poetry + python -m pip install uv + uv pip install --system uv uv pip install --system .[dev] - name: Calculate coverage