ソースを参照

Do not install django-rest-framework master when testing against Django main

This was added in 070b0bdfa44f2ce5d7ca545a4e45ea4abdeb34be 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.
Matt Westcott 2 年 前
コミット
55858c0dc0
1 ファイル変更0 行追加1 行削除
  1. 0 1
      .github/workflows/test.yml

+ 0 - 1
.github/workflows/test.yml

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