Update .gitlab-ci.yml

This commit is contained in:
Ben Shiller 2021-02-28 16:17:51 +00:00
parent 80dd569051
commit 51517d9520

View File

@ -7,6 +7,7 @@ image: python:3.8
# only cache local items. # only cache local items.
variables: variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
CI_DEBUG_TRACE: "true"
# Pip's cache doesn't store the python packages # Pip's cache doesn't store the python packages
# https://pip.pypa.io/en/stable/reference/pip_install/#caching # https://pip.pypa.io/en/stable/reference/pip_install/#caching