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

Addresses #35 - Fix typos in previous commit

parent ce3d1a69
No related branches found
No related tags found
No related merge requests found
...@@ -37,8 +37,8 @@ build_and_deploy_docs: ...@@ -37,8 +37,8 @@ build_and_deploy_docs:
- tests - tests
before_script: before_script:
- pip install awscli - pip install awscli
- apt update - apt update
- apt install -y graphviz libgl1-mesa-glx xvfb xdg-utils - 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