Skip to content

Commit

Permalink
ci: Install develop django-compressor
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Sep 22, 2021
1 parent afe11a2 commit 0b5121d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/pip-install
Expand Up @@ -16,7 +16,7 @@ else
pip install --upgrade-strategy eager -U -r requirements-optional.txt
if [ ${1:-latest} = edge ] ; then
# Needed for Django 4.0 compatibility, see https://github.com/django-compressor/django-compressor/issues/1009
pip install --upgrade https://github.com/django-compressor/django-compressor/develop.zip
pip install --upgrade https://github.com/django-compressor/django-compressor/archive/refs/heads/develop.zip
pip install --upgrade https://github.com/translate/translate/archive/master.zip
pip install --upgrade https://github.com/WeblateOrg/language-data/archive/main.zip
pip install --upgrade https://github.com/WeblateOrg/translation-finder/archive/main.zip
Expand Down

0 comments on commit 0b5121d

Please sign in to comment.