From 248a68f3d570053c107395480b14625a6ab85c2a Mon Sep 17 00:00:00 2001 From: Rebecca Kohlhaas <rebecca.kohlhaas@iws.uni-stuttgart.de> Date: Wed, 24 Jul 2024 09:48:15 +0000 Subject: [PATCH] Graphviz install with apt-get --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75d7aa959..67624c61b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,6 +79,7 @@ unit-test-job: # This job runs in the test stage. pages: stage: deploy script: + - apt update - apt-get install graphviz - pip install -U sphinx m2r2 furo graphviz pyUML pydot gprof2dot - pip install -e . -- GitLab