Skip to content
Snippets Groups Projects
Commit 32a34e77 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

FIX: install git

parent 5d62c03e
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ cache:
- .cache/pip
before_script:
- command -v git || apt-get -y install git
- command -v python3 || apt-get -y install python3
- command -v pip3 || apt-get -y install python3-pip
- python3 -V # Print out python version for debugging
......
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