We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fbf842 commit ec1de10Copy full SHA for ec1de10
2 files changed
.gitlab-ci.yml
@@ -17,6 +17,7 @@ stages:
17
- source iis-env.sh
18
# Hard link cached python packages since the UV cache directory
19
# is configured to be on the same filesystem as the build directory in the CI.
20
+ - export UV_CACHE_DIR=$CI_BUILDS_DIR/../cache/uv
21
- export UV_LINK_MODE=hardlink
22
23
##################
.gitlab/common.yml
@@ -5,7 +5,6 @@
5
variables:
6
PD_COMMIT: "uv" # TODO: Use actual commit
7
SPU_COMMIT: "c2e8815487bd713624d74ef3e3e0465196b6d67f"
8
- UV_CACHE_DIR: $CI_BUILDS_DIR/../cache/uv
9
10
# Check the cache for bender and python dependencies
11
.cache-deps:
0 commit comments