Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guy Rozendorn
AIO Gremlin
Commits
073e870b
Unverified
Commit
073e870b
authored
Jan 26, 2020
by
Jeffrey Phillips Freeman
💥
Browse files
Build: Added missing requirement for yaml.
parent
125f37b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
073e870b
...
...
@@ -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
...
...
requirements.txt
View file @
073e870b
gremlinpython
==3.3.0
PyYAML
>=3.12
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment