Skip to content
Snippets Groups Projects
Commit 8de4afa6 authored by mohanty's avatar mohanty
Browse files

Merge branch '35-spm-fix-deploy-docs-errors' into 'master'

Addresses #35 - Fixes deploy_docs confirguation by adding correct dependencies

Closes #35

See merge request flatland/flatland!21
parents 8bfa7470 a0e75b86
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,8 @@ build_and_deploy_docs:
- tests
before_script:
- pip install awscli
- apt update
- apt install -y graphviz libgl1-mesa-glx xvfb xdg-utils
script:
- pip install -r requirements_dev.txt
- 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