Skip to content
Snippets Groups Projects
Commit bd758b09 authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Update .gitlab-ci.yml file to fix installation candidate error for virtualenv

parent 253c5cd3
No related branches found
No related tags found
1 merge request!113Fix CI pipeline and remove version pinning in setup script
Pipeline #54025 failed
......@@ -17,7 +17,7 @@ cache:
before_script:
- python -V # Print out python version for debugging
- apt-get -qq update
- apt-get -qq install -y python-virtualenv python3 python3-dev python3-pip gettext default-libmysqlclient-dev
- apt-get -qq install -y python3-virtualenv python3 python3-dev python3-pip gettext default-libmysqlclient-dev
- export DJANGO_SETTINGS_MODULE=AKPlanning.settings_ci
- ./Utils/setup.sh --prod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment