From 51517d9520d6b1dbda5114a74ad02ac6c4a67c70 Mon Sep 17 00:00:00 2001 From: Ben Shiller Date: Sun, 28 Feb 2021 16:17:51 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7bdda4d..3434bc4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ image: python:3.8 # only cache local items. variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" + CI_DEBUG_TRACE: "true" # Pip's cache doesn't store the python packages # https://pip.pypa.io/en/stable/reference/pip_install/#caching