kopia lustrzana https://github.com/wagtail/wagtail
Do not install django-rest-framework master when testing against Django main
This was added in 070b0bdfa4
to ensure https://github.com/encode/django-rest-framework/pull/8556 was in place, but this fix has now been released in django-rest-framework 3.14.
pull/9424/head
rodzic
b24422194d
commit
55858c0dc0
|
@ -86,7 +86,6 @@ jobs:
|
|||
postgres: 'postgres:12'
|
||||
- python: '3.10'
|
||||
django: 'git+https://github.com/django/django.git@main#egg=Django'
|
||||
install_extras: 'pip uninstall -y djangorestframework ; pip install git+https://github.com/encode/django-rest-framework.git@master#egg=djangorestframework'
|
||||
experimental: true
|
||||
postgres: 'postgres:12'
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue