Skip to content

Commit

Permalink
[#134] Fix for Django version matix
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed May 13, 2024
1 parent fd4f04a commit a86dff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
#----------------------------------------------
- name: Install django ${{ matrix.django-version }}
run: |
poetry add Django@5${{ matrix.django-version }}
poetry add Django@${{ matrix.django-version }}
env:
VIRTUAL_ENV: .venv

Expand Down

0 comments on commit a86dff6

Please sign in to comment.