瀏覽代碼

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
Matt Westcott 2 年之前
父節點
當前提交
070b0bdfa4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/test.yml

+ 1 - 0
.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'