Commit 717f0aa
committed
Fix the GitLab CI cache for pip.
The pip cache dir is normally:
PIP_CACHE_DIR = XDG_CACHE_HOME + /pip
This commit fixes the PIP_CACHE_DIR to be in the local project .cache/pip subdirectory.
Also see: https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/222111 parent 428b03c commit 717f0aa
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments