diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 15787421256b..0779c78b1344 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,6 +82,7 @@ jobs: postgres: 'postgres:12' - python: '3.10' django: 'git+https://github.com/django/django.git@main#egg=Django' + install_extras: 'pip install git+https://github.com/encode/django-rest-framework.git@main#egg=django-rest-framework' experimental: true postgres: 'postgres:12'