Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic182 committed Feb 1, 2025
1 parent 7cb5cb2 commit b24a917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
pip install poetry
poetry install
# tweak to make pypy tests work
poetry add django<4.1
poetry add "django<4.1"
- name: Test with pytest
run: |
Expand Down

0 comments on commit b24a917

Please sign in to comment.