Skip to content
Snippets Groups Projects

Use the latest Python for testing

Merged Rajmund Hruška requested to merge hruska-feature-latest-python into devel
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
# Official language image. Look for the different tagged releases at:
# Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/python/tags/
# https://hub.docker.com/r/library/python/tags/
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/python:3.6
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/python:latest
# Change pip's cache directory to be inside the project directory since we can
# Change pip's cache directory to be inside the project directory since we can
# only cache local items.
# only cache local items.
Loading