@@ -143,7 +143,7 @@ jobs:
143
143
sed -i 's/^python = .*/python = "^${{ matrix.python-version }}"/' pyproject.toml
144
144
poetry add django@^${{ matrix.django-version }}
145
145
poetry add django-filter@^${{ matrix.filter-version }} --optional
146
- poetry add djangorestframework@${{ matrix.drf-version }} --optional
146
+ poetry add djangorestframework@" ${{ matrix.drf-version }}" --optional
147
147
poetry install --no-interaction --with ${{ matrix.psycopg-version }}
148
148
- name : No Optional Dependency Unit Tests
149
149
run : |
@@ -246,7 +246,7 @@ jobs:
246
246
sed -i 's/^python = .*/python = "^${{ matrix.python-version }}"/' pyproject.toml
247
247
poetry add django@^${{ matrix.django-version }}
248
248
poetry add django-filter@^${{ matrix.filter-version }} --optional
249
- poetry add djangorestframework@${{ matrix.drf-version }} --optional
249
+ poetry add djangorestframework@" ${{ matrix.drf-version }}" --optional
250
250
poetry install --no-interaction -E all
251
251
- name : Run Full Unit Tests
252
252
run : |
@@ -349,7 +349,7 @@ jobs:
349
349
sed -i 's/^python = .*/python = "^${{ matrix.python-version }}"/' pyproject.toml
350
350
poetry add django@^${{ matrix.django-version }}
351
351
poetry add django-filter@^${{ matrix.filter-version }} --optional
352
- poetry add djangorestframework@${{ matrix.drf-version }} --optional
352
+ poetry add djangorestframework@" ${{ matrix.drf-version }}" --optional
353
353
poetry install -E all --with mysql
354
354
- name : Install mysqlclient if needed
355
355
if : ${{ matrix.mysqlclient-version != '' }}
@@ -463,7 +463,7 @@ jobs:
463
463
sed -i 's/^python = .*/python = "^${{ matrix.python-version }}"/' pyproject.toml
464
464
poetry add django@^${{ matrix.django-version }}
465
465
poetry add django-filter@^${{ matrix.filter-version }} --optional
466
- poetry add djangorestframework@${{ matrix.drf-version }} --optional
466
+ poetry add djangorestframework@" ${{ matrix.drf-version }}" --optional
467
467
poetry install -E all --with mysql
468
468
- name : Install mysqlclient if needed
469
469
if : ${{ matrix.mysqlclient-version != '' }}
@@ -585,7 +585,7 @@ jobs:
585
585
sed -i 's/^python = .*/python = "^${{ matrix.python-version }}"/' pyproject.toml
586
586
poetry add django@^${{ matrix.django-version }}
587
587
poetry add django-filter@^${{ matrix.filter-version }} --optional
588
- poetry add djangorestframework@${{ matrix.drf-version }} --optional
588
+ poetry add djangorestframework@" ${{ matrix.drf-version }}" --optional
589
589
poetry install -E all --with oracle
590
590
- name : Run Full Unit Tests
591
591
run : |
0 commit comments