소스 검색

Use django-taggit fork to test against Django main

Sage Abdullah 1 년 전
부모
커밋
5b20ae5f83
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      .github/workflows/test.yml

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

@@ -93,7 +93,11 @@ jobs:
             django: 'git+https://github.com/django/django.git@main#egg=Django'
             experimental: true
             postgres: 'postgres:12'
-            install_extras: 'pip uninstall -y django-modelcluster ; pip install git+https://github.com/wagtail/django-modelcluster.git@main#egg=django-modelcluster'
+            install_extras: |
+              pip uninstall -y django-modelcluster django-taggit
+              pip install \
+                git+https://github.com/wagtail/django-modelcluster.git@main#egg=django-modelcluster \
+                git+https://github.com/laymonage/django-taggit.git@django-5.0#egg=django-taggit
 
     services:
       postgres: