Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
fix: fix django versioning on test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bellini666 committed May 29, 2023
1 parent 147e41d commit 7c59081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install dependencies
run: |
poetry install -E debug-toolbar -E enum
poetry run pip install "Django~=${{ matrix.django-version }}"
poetry run pip install "Django==${{ matrix.django-version }}"
- name: Check for pyright errors
uses: jakebailey/pyright-action@v1
- name: Run tests
Expand Down

0 comments on commit 7c59081

Please sign in to comment.