fix: github tests

This commit is contained in:
2026-03-19 17:46:49 +01:00
parent 6c98d38a93
commit 1730a617eb
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Setup dependencies
run: pip install uv && uv pip install -r pyproject.toml
run: pip install uv && uv pip install --system -r pyproject.toml
- name: Run tests
env:
DJANGO_SETTINGS_MODULE: config.settings