Update Django version specifier in "test-package" workflow.
This commit is contained in:
@@ -95,7 +95,7 @@ jobs:
|
||||
|
||||
- name: Install django
|
||||
run: |
|
||||
pip install "Django ~= ${{ matrix.django-version }}"
|
||||
pip install "Django == ${{ matrix.django-version }}.*"
|
||||
|
||||
- name: Install requirements
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user