use uv pip --system

This commit is contained in:
Raphael Michel
2024-10-24 23:14:24 +02:00
parent 9ac9a5aeef
commit 4d9f03dd2f

View File

@@ -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