From cdcf14bce65eb608011753c234843b2edae9a6e6 Mon Sep 17 00:00:00 2001 From: Jonas Eschle Date: Tue, 8 Apr 2025 09:44:41 +0200 Subject: [PATCH] fix typo --- .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 d36d335..fb33bbf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: - name: Install dependencies run: | python -m pip install uv - uv install --system tox tox-gh-actions + uv pip install --system tox tox-gh-actions - name: Test with tox run: tox @@ -43,7 +43,7 @@ jobs: - name: Install dependencies run: | python -m pip install uv poetry - uv install --system .[dev] + uv pip install --system .[dev] - name: Calculate coverage run: poetry run coverage run --source=pipreqs -m unittest discover