fix(ci): route all pip installs through mirror
This commit is contained in:
Vendored
+2
@@ -30,6 +30,8 @@ pipeline {
|
||||
DOCKER_CONFIG = "${WORKSPACE}/.ci/docker"
|
||||
NPM_CONFIG_CACHE = "${WORKSPACE}/.ci/npm-cache"
|
||||
PIP_CACHE_DIR = "${WORKSPACE}/.ci/pip-cache"
|
||||
PIP_INDEX_URL = 'https://pypi.tuna.tsinghua.edu.cn/simple'
|
||||
PIP_DEFAULT_TIMEOUT = '60'
|
||||
IMAGEFIND_WHEEL_CACHE = "${WORKSPACE}/.ci/wheelhouse-python312"
|
||||
IMAGEFIND_DEPENDENCY_TMPDIR = "${WORKSPACE}/.ci/dependency-tmp"
|
||||
IMAGEFIND_VERIFY_TMPDIR = "${WORKSPACE}/.ci/fnos-verify"
|
||||
|
||||
Reference in New Issue
Block a user