Skip to content
Snippets Groups Projects
Commit d1ad2741 authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

gitlab-ci fix

parent 4752d5e0
Branches
Tags
No related merge requests found
image: python:3.9-buster
image: python:3.10-buster
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
......@@ -18,6 +18,7 @@ build:
when: manual
before_script:
# Install all required packages
- apt-get update -y
- apt-get install -y -qq graphviz
- pip install -r requirements.txt
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment