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

Graphviz install with apt-get

parent 6c989dbe
No related branches found
No related tags found
No related merge requests found
Pipeline #47483 failed
...@@ -80,9 +80,9 @@ pages: ...@@ -80,9 +80,9 @@ pages:
stage: deploy stage: deploy
script: script:
- apt update - apt update
- apt-get -y install graphviz - apt-get -y install graphviz=2.50.0
- pip install -U sphinx m2r2 furo pyUML pydot==2.0.0 gprof2dot - pip install -U sphinx m2r2 furo pyUML pydot==2.0.0 gprof2dot
- pip install graphviz==2.50.0 #- pip install graphviz==2.50.0
- pip install -e . - pip install -e .
- mkdir public - mkdir public
- cd public - cd public
......
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