Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CamiTK
Docs
Commits
53b5a78c
Commit
53b5a78c
authored
Jan 30, 2020
by
Emmanuel Promayon
Browse files
Update .gitlab-ci.yml
parent
0dfb9cf4
Pipeline
#35301
failed with stage
in 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
53b5a78c
...
...
@@ -2,7 +2,9 @@ image: python:rc-alpine
#python:alpine
before_script
:
-
pip install --upgrade pip
# forcing version 20.0.1 as 20.0.2 has https://github.com/pypa/pip/issues/7217
# reset to default "pip install --upgrade pip" when the issue is resolved
-
pip install --upgrade pip==20.0.1
-
pip install markdown
-
pip install Pygments
-
pip install mkdocs
...
...
Write
Preview
Markdown
is supported
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