Skip to content
Snippets Groups Projects
Commit ce3d1a69 authored by spmohanty's avatar spmohanty
Browse files

Addresses #35 - Fixes deploy_docs confirguation by adding correct dependencies

parent 8bfa7470
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,8 @@ build_and_deploy_docs: ...@@ -37,6 +37,8 @@ build_and_deploy_docs:
- tests - tests
before_script: before_script:
- pip install awscli - pip install awscli
- apt update
- apt install -y graphviz libgl1-mesa-glx xvfb xdg-utils
script: script:
- pip install -r requirements_dev.txt - pip install -r requirements_dev.txt
- python setup.py install - python setup.py install
......
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