diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f06ce9eac55fbdae1123dd258205b9c71ad73837..e08e2196a73480a35ccc5f99caa4bbf8708a84b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,7 @@ 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