Skip to content
Snippets Groups Projects
Unverified Commit 073e870b authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Build: Added missing requirement for yaml.

parent 125f37b5
No related branches found
No related tags found
No related merge requests found
Pipeline #168 passed with stages
in 20 seconds
......@@ -6,7 +6,6 @@ cache:
test:
script:
- pwd
- pip install -U -r requirements.txt
- cd docs
- make html
......@@ -15,8 +14,6 @@ test:
pages:
script:
- pwd
- ls
- pip install -U -r requirements.txt
- cd docs
- make html
......
gremlinpython==3.3.0
PyYAML>=3.12
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