Skip to content

Commit

Permalink
Don't pin Django<4 in nightly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormheg committed Jan 1, 2024
1 parent bb04de0 commit 4fe1b7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
# Install your plugin with its testing requirements.
- run: pip install -e .[test]
# Replace Wagtail with the one checked out from git.
# Also pin Django to 3.x until django-bakery adds Django 4 support
- run: pip install ./wagtail "Django<4"
- run: pip install ./wagtail
# Run the tests.
- run: pytest

Expand Down

0 comments on commit 4fe1b7b

Please sign in to comment.