Skip to content

Commit ca223f4

Browse files
committed
Fixed Django version install in test workflow
1 parent d29f55b commit ca223f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip
34-
python -m pip install --upgrade django~=${{ matrix.django-version }}
34+
python -m pip install --upgrade django~=${{ matrix.django-version }}.0
3535
python -m pip install --upgrade requests
3636
python -m pip install --upgrade requests_mock
3737

0 commit comments

Comments
 (0)