From 8bc31fc31c4980e061d68c2a040d536534c738e4 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Fri, 9 Jun 2023 16:31:29 +0100 Subject: [PATCH] Unpin django-taggit when testing against Django main --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 10ac0faecf..5ed39a14a0 100644 --- a/.github/workflows/test.yml +++ b/.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: