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

FIX: missing apt update

parent 66472bd9
Branches
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ cache:
- .cache/pip
before_script:
- apt-get -y update
- 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment