Skip to content
Snippets Groups Projects
Commit 248a68f3 authored by Rebecca Kohlhaas's avatar Rebecca Kohlhaas
Browse files

Graphviz install with apt-get

parent 8eccaf46
No related branches found
No related tags found
No related merge requests found
Pipeline #47479 failed
...@@ -79,6 +79,7 @@ unit-test-job: # This job runs in the test stage. ...@@ -79,6 +79,7 @@ unit-test-job: # This job runs in the test stage.
pages: pages:
stage: deploy stage: deploy
script: script:
- apt update
- apt-get install graphviz - apt-get install graphviz
- pip install -U sphinx m2r2 furo graphviz pyUML pydot gprof2dot - pip install -U sphinx m2r2 furo graphviz pyUML pydot gprof2dot
- pip install -e . - pip install -e .
......
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