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
Matt Westcott 2022-10-19 14:17:23 +01:00 zatwierdzone przez Matt Westcott
rodzic b24422194d
commit 55858c0dc0
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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'