Forráskód Böngészése

Unpin django-taggit when testing against Django main

Sage Abdullah 1 éve
szülő
commit
8bc31fc31c
1 módosított fájl, 2 hozzáadás és 3 törlés
  1. 2 3
      .github/workflows/test.yml

+ 2 - 3
.github/workflows/test.yml

@@ -94,10 +94,9 @@ jobs:
             experimental: true
             postgres: 'postgres:12'
             install_extras: |
-              pip uninstall -y django-modelcluster django-taggit
+              pip uninstall -y django-modelcluster
               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
+                git+https://github.com/wagtail/django-modelcluster.git@main#egg=django-modelcluster
 
     services:
       postgres: