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