Skip to content

Commit

Permalink
Update Django version specifier in "test-package" workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Jun 28, 2023
1 parent 6eece92 commit 8db8119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Install django
run: |
pip install "Django ~= ${{ matrix.django-version }}"
pip install "Django == ${{ matrix.django-version }}.*"
- name: Install requirements
run: |
Expand Down

0 comments on commit 8db8119

Please sign in to comment.