From 4d9f03dd2fd87329774348c6c9c9e4d0e3f87898 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 24 Oct 2024 23:14:24 +0200 Subject: [PATCH] use uv pip --system --- .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 3968ba1e4e..a15eddcc53 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,7 +58,7 @@ jobs: - name: Install system dependencies run: sudo apt update && sudo apt install -y gettext - name: Install Python dependencies - run: pip3 install uv && uv pip install -e ".[dev]" psycopg2-binary + run: pip3 install uv && uv pip install --system -e ".[dev]" psycopg2-binary - name: Run checks run: python manage.py check working-directory: ./src