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 71
71
poetry run pip install -U "Django~=${{ matrix.django-version }}"
72
72
# Check if Django version is 4.2 or higher
73
73
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 "
75
75
fi
76
76
- name : Run Unit Tests w/ djangorestframework
77
77
run : |
82
82
poetry run pip install -U "Django~=${{ matrix.django-version }}"
83
83
# Check if Django version is 4.2 or higher
84
84
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 "
86
86
fi
87
87
- name : Run Unit Tests w/ django-filter
88
88
run : |
93
93
poetry run pip install -U "Django~=${{ matrix.django-version }}"
94
94
# Check if Django version is 4.2 or higher
95
95
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 "
97
97
fi
98
98
- name : Run Full Unit Tests
99
99
run : |
You can’t perform that action at this time.
0 commit comments