Skip to content

Commit

Permalink
Install patched django-modelcluster and django-taggit when testing ag…
Browse files Browse the repository at this point in the history
…ainst django main
  • Loading branch information
gasman authored and kaedroho committed Feb 23, 2022
1 parent 6a7a44f commit 1c0d4d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
- python: '3.10'
django: 'git+https://github.com/django/django.git@main#egg=Django'
experimental: true
install_extras: 'pip uninstall -y django-modelcluster ; pip uninstall -y django-taggit ; pip install git+https://github.com/gasman/django-modelcluster.git@fix/unsaved-instance-live-queryset#egg=django-modelcluster git+https://github.com/gasman/django-taggit.git@fix/cached-pathinfo#egg=django-taggit'

services:
postgres:
Expand All @@ -98,6 +99,7 @@ jobs:
pip install "psycopg2>=2.6"
pip install -e .[testing]
pip install "${{ matrix.django }}"
${{ matrix.install_extras }}
- name: Test
run: |
./runtests.py
Expand Down

0 comments on commit 1c0d4d9

Please sign in to comment.