From 38af24c1d10771ecf15240fed8d50da86a1f5195 Mon Sep 17 00:00:00 2001 From: Jonas Eschle Date: Tue, 8 Apr 2025 10:49:39 +0200 Subject: [PATCH] fix typo --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1460780..fe666ca 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,7 +48,7 @@ jobs: - name: Install dependencies run: | python -m pip install uv - uv pip install --system uv + uv pip install --system poetry uv pip install --system .[dev] - name: Calculate coverage