Skip to content

Commit

Permalink
Fix PIP_DISABLE_PIP_VERSION_CHECK env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Apr 2, 2024
1 parent e69855e commit d1387ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-conda-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-win-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-win-portable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d1387ae

Please sign in to comment.