Skip to content
Snippets Groups Projects
Commit 98e81162 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Specify python version

parent 7acb4034
No related branches found
No related tags found
No related merge requests found
Pipeline #475 failed
...@@ -2,7 +2,7 @@ image: stretch_website ...@@ -2,7 +2,7 @@ image: stretch_website
before_script: before_script:
- export LANG=en_US.UTF-8 - export LANG=en_US.UTF-8
- python -m venv venv - python3 -m venv venv
- source venv/bin/activate - source venv/bin/activate
- pip install -r requirements.txt - pip install -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment