Skip to content

Commit 8a9a5ae

Browse files
committed
Poetry add only lock
1 parent 996c04e commit 8a9a5ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
poetry-version: "1.1.11"
6767
- name: Install dependencies
6868
run: |
69+
poetry add -n --lock django@^${{ matrix.django }}.0
70+
poetry add -n --lock djangorestframework@^${{ matrix.django-rest }}.0
6971
poetry install -n
70-
poetry add -n django@^${{ matrix.django }}.0
71-
poetry add -n djangorestframework@^${{ matrix.django-rest }}.0
7272
- name: Test with pytest
7373
env:
7474
DJANGO_SETTINGS_MODULE: tests.settings

0 commit comments

Comments
 (0)