File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 : |
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 : |
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 : |
You can’t perform that action at this time.
0 commit comments