mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-22 11:07:57 +01:00
Use released django-modelcluster when testing against Django main
django-modelcluster 5.3 now ships with the provisional Django 4.1 compatibility fix.
This commit is contained in:
parent
4db71de5a2
commit
06eb4c2afd
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
||||
- python: '3.10'
|
||||
django: 'git+https://github.com/django/django.git@main#egg=Django'
|
||||
experimental: true
|
||||
install_extras: 'pip uninstall -y django-modelcluster ; pip uninstall -y django-taggit ; pip install git+https://github.com/wagtail/django-modelcluster.git@main#egg=django-modelcluster git+https://github.com/jazzband/django-taggit.git@master#egg=django-taggit'
|
||||
install_extras: 'pip uninstall -y django-taggit ; pip install git+https://github.com/jazzband/django-taggit.git@master#egg=django-taggit'
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
Loading…
Reference in New Issue
Block a user