From baa7f912a16e846da9cfa82af859ed83af3a3c96 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sat, 11 Feb 2023 21:45:42 -0600 Subject: [PATCH] fix(build): move pip cache into project dir --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 725e994b..3913f0c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,8 +58,10 @@ stages: files: - api/requirements.txt paths: - - api/onnx_env/ + - .cache/pip policy: pull-push + variables: + PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" .build-curl: extends: