Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CamiTK
Docs
Commits
38ed448d
Commit
38ed448d
authored
Jan 30, 2020
by
Emmanuel Promayon
Browse files
Update .gitlab-ci.yml
parent
23e3a692
Pipeline
#35303
passed with stages
in 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
38ed448d
image
:
python:rc-alpine
#python:alpine
image
:
python:alpine
#python:rc-alpine
#
before_script
:
# forcing pip version 19.3.1 as pip version 20.0 has https://github.com/pypa/pip/issues/7217
# reset to default "pip install --upgrade pip" when the issue is resolved
-
pip install --upgrade pip==19.3.1
#- pip install --upgrade pip==19.3.1
#
-
pip install --upgrade pip
-
pip install markdown
-
pip install Pygments
-
pip install mkdocs
...
...
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