Skip to content
Snippets Groups Projects
Commit a4716ca2 authored by Joris Wachsmuth's avatar Joris Wachsmuth
Browse files

pipeline fix2

parent e05d5447
Branches primo-legacy
No related merge requests found
Checking pipeline status
......@@ -9,9 +9,11 @@ cache:
- venv/
before_script:
- add-apt-repository ppa:deadsnakes/ppa
- apt-get update
- apt-get install python3.6
- apt-get install -y software-properties-common
- add-apt-repository -y ppa:deadsnakes/ppa
- apt-get update
- apt-get install -y python3.6
- python --version
- pip install virtualenv
- virtualenv venv
......
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