fix: github tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user