We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996c04e commit 8a9a5aeCopy full SHA for 8a9a5ae
.github/workflows/ci.yaml
@@ -66,9 +66,9 @@ jobs:
66
poetry-version: "1.1.11"
67
- name: Install dependencies
68
run: |
69
+ poetry add -n --lock django@^${{ matrix.django }}.0
70
+ poetry add -n --lock djangorestframework@^${{ matrix.django-rest }}.0
71
poetry install -n
- poetry add -n django@^${{ matrix.django }}.0
- poetry add -n djangorestframework@^${{ matrix.django-rest }}.0
72
- name: Test with pytest
73
env:
74
DJANGO_SETTINGS_MODULE: tests.settings
0 commit comments