fix: github tests
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Setup dependencies
|
- 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
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
DJANGO_SETTINGS_MODULE: config.settings
|
DJANGO_SETTINGS_MODULE: config.settings
|
||||||
|
|||||||
Reference in New Issue
Block a user