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

pipeline fix3

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