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
6f6cb004
Commit
6f6cb004
authored
Jan 30, 2020
by
Emmanuel Promayon
Browse files
FIXED revert to solid stable alpine version
parent
38ed448d
Pipeline
#35304
passed with stages
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6f6cb004
image
:
python:alpine
#python:rc-alpine
#
#for bleeding edge (sometimes broken) use the python:rc-alpine docker image
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
-
pip install markdown
-
pip install Pygments
...
...
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