Skip to content

Commit bc3f17c

Browse files
committed
adjust drf version in CI
1 parent 4e63b91 commit bc3f17c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
poetry run pip install -U "Django~=${{ matrix.django-version }}"
7272
# Check if Django version is 4.2 or higher
7373
if [[ "${{ matrix.django-version }}" =~ ^4\.2|^4\.3 ]]; then
74-
poetry run pip install "djangorestframework<3.15"
74+
poetry run pip install "djangorestframework<3.15.1"
7575
fi
7676
- name: Run Unit Tests w/ djangorestframework
7777
run: |
@@ -82,7 +82,7 @@ jobs:
8282
poetry run pip install -U "Django~=${{ matrix.django-version }}"
8383
# Check if Django version is 4.2 or higher
8484
if [[ "${{ matrix.django-version }}" =~ ^4\.2|^4\.3 ]]; then
85-
poetry run pip install "djangorestframework<3.15"
85+
poetry run pip install "djangorestframework<3.15.1"
8686
fi
8787
- name: Run Unit Tests w/ django-filter
8888
run: |
@@ -93,7 +93,7 @@ jobs:
9393
poetry run pip install -U "Django~=${{ matrix.django-version }}"
9494
# Check if Django version is 4.2 or higher
9595
if [[ "${{ matrix.django-version }}" =~ ^4\.2|^4\.3 ]]; then
96-
poetry run pip install "djangorestframework<3.15"
96+
poetry run pip install "djangorestframework<3.15.1"
9797
fi
9898
- name: Run Full Unit Tests
9999
run: |

0 commit comments

Comments
 (0)