diff --git a/.github/workflows/build-conda-installer.yml b/.github/workflows/build-conda-installer.yml index add2d38..fbe23e3 100644 --- a/.github/workflows/build-conda-installer.yml +++ b/.github/workflows/build-conda-installer.yml @@ -20,7 +20,7 @@ jobs: BUILD_LOCAL: "" PYTHONFAULTHANDLER: 1 - PIP_NO_PIP_VERSION_CHECK: 1 + PIP_DISABLE_PIP_VERSION_CHECK: 1 PIP_CACHE_DIR: .pip-cache PIP_PREFER_BINARY: 1 CONDA_BUILD_VERSION: "3.26.*" diff --git a/.github/workflows/build-macos-installer.yml b/.github/workflows/build-macos-installer.yml index a046b60..4fe6a09 100644 --- a/.github/workflows/build-macos-installer.yml +++ b/.github/workflows/build-macos-installer.yml @@ -19,7 +19,7 @@ jobs: BUILD_COMMIT: FETCH_HEAD BUILD_LOCAL: 1 PYTHONFAULTHANDLER: 1 - PIP_NO_PIP_VERSION_CHECK: 1 + PIP_DISABLE_PIP_VERSION_CHECK: 1 PIP_CACHE_DIR: .pip-cache PIP_PREFER_BINARY: 1 PIP_NO_WARN_SCRIPT_LOCATION: 1 diff --git a/.github/workflows/build-win-installer.yml b/.github/workflows/build-win-installer.yml index 1d0f2e7..c78e1ec 100644 --- a/.github/workflows/build-win-installer.yml +++ b/.github/workflows/build-win-installer.yml @@ -20,7 +20,7 @@ jobs: BUILD_LOCAL: 1 PYTHONFAULTHANDLER: 1 - PIP_NO_PIP_VERSION_CHECK: 1 + PIP_DISABLE_PIP_VERSION_CHECK: 1 PIP_CACHE_DIR: .pip-cache PIP_PREFER_BINARY: 1 diff --git a/.github/workflows/build-win-portable.yml b/.github/workflows/build-win-portable.yml index 406dfe1..bf82403 100644 --- a/.github/workflows/build-win-portable.yml +++ b/.github/workflows/build-win-portable.yml @@ -20,7 +20,7 @@ jobs: BUILD_LOCAL: 1 PYTHONFAULTHANDLER: 1 - PIP_NO_PIP_VERSION_CHECK: 1 + PIP_DISABLE_PIP_VERSION_CHECK: 1 PIP_CACHE_DIR: .pip-cache PIP_PREFER_BINARY: 1