Skip to content

Commit 8b7ce96

Browse files
committed
Remove PIP_DISABLE_PIP_VERSION_CHECK from workflow environment
Based on the `cibuildwheel` docs, this environment variable is already defined by `cibuildwheel`: https://cibuildwheel.pypa.io/en/stable/options/#environment
1 parent 042e1eb commit 8b7ce96

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
environment: >-
6666
GEOS_DIR="/project/packages/basemap/extern"
6767
LD_LIBRARY_PATH="/project/packages/basemap/extern/lib"
68-
PIP_DISABLE_PIP_VERSION_CHECK=1
6968
PIP_PREFER_BINARY=1
7069
PYTHONUNBUFFERED=1
7170
PYTHONWARNINGS="ignore:DEPRECATION"
@@ -82,7 +81,6 @@ jobs:
8281
"
8382
environment: >-
8483
GEOS_DIR="D:/a/basemap/basemap/packages/basemap/extern"
85-
PIP_DISABLE_PIP_VERSION_CHECK=1
8684
PIP_PREFER_BINARY=1
8785
PYTHONUNBUFFERED=1
8886
PYTHONWARNINGS="ignore:DEPRECATION"

0 commit comments

Comments
 (0)