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

pipeline fix3

parent a4716ca2
Branches primo-legacy
No related merge requests found
Pipeline #19876 failed
image: python:latest
image: python:3.6
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
......@@ -10,10 +10,7 @@ cache:
before_script:
- apt-get update
- apt-get install -y software-properties-common
- add-apt-repository -y ppa:deadsnakes/ppa
- apt-get update
- apt-get install -y python3.6
- apt-get install -y python3.10
- 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