Skip to content

Commit

Permalink
Add django as dependency of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyWW committed Mar 22, 2024
1 parent b9a5a11 commit a21566c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ jobs:
#----------------------------------------------
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root
run: |
poetry install --no-interaction --no-root
poetry add django@${{ matrix.django-version }} --no-interaction

- name: Run Tests
run: |
Expand Down

0 comments on commit a21566c

Please sign in to comment.