Skip to content
Snippets Groups Projects
Commit cc3862b8 authored by Bryan Brancotte's avatar Bryan Brancotte
Browse files

Install graphviz

parent 0080f51c
No related branches found
No related tags found
1 merge request!9Test graph generation
Pipeline #13267 failed with stage
in 31 seconds
run_tests: run_tests:
image: "python:$VERSION" image: "python:$VERSION"
script: script:
- apt install graphviz - apt update && apt install graphviz
- pip install -e .[dev] - pip install -e .[dev]
- export PYTHONPATH="$(pwd)" - export PYTHONPATH="$(pwd)"
- coverage run --source . run_tests.py - coverage run --source . run_tests.py
......
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