plone / bobtemplates.plone

Python Code Templates for Plone Projects with mr.bob
https://pypi.org/project/bobtemplates.plone/
GNU General Public License v2.0
24 stars 31 forks source link

Fix the GitLab CI cache for pip. #549

Closed thet closed 1 year ago

thet commented 1 year ago

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/22211