Skip to content

Commit

Permalink
fix(build): move pip cache into project dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Feb 12, 2023
1 parent 33188f6 commit baa7f91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit baa7f91

Please sign in to comment.