Skip to content
Snippets Groups Projects
Unverified Commit 4e5b034e authored by Luke Murphy's avatar Luke Murphy
Browse files

Pin pip because there is a bug upstream.

parent f66776fb
No related branches found
No related tags found
1 merge request!60Pin pip because there is a bug upstream.
Checking pipeline status
......@@ -17,7 +17,7 @@ variables:
DJANGO_SETTINGS_MODULE: settings
before_script:
- pip install -U pipenv setuptools pip
- pip install -U pipenv setuptools 'pip<=18.0' # https://github.com/pypa/pipenv/issues/2924
- ln -srf internewshid/local_settings.py.gitlab internewshid/local_settings.py
- |
echo "SECRET_KEY = '$DJANGO_SECRET_KEY'" >> internewshid/private_settings.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment