From 9f4b41513ddd8f0d1824a753093e26ea0daec4e0 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 14 Jul 2022 16:05:22 +0100 Subject: [PATCH] Test Django main against git master of django-rest-framework Running against Django 4.2(dev) requires the fix https://github.com/encode/django-rest-framework/pull/8556 --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 15787421256b..bcb81c5fb054 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 uninstall -y djangorestframework ; pip install git+https://github.com/encode/django-rest-framework.git@master#egg=djangorestframework' experimental: true postgres: 'postgres:12'