Skip to content

Commit 823688b

Browse files
committed
Replace PIP_TIMEOUT with PIP_DEFAULT_TIMEOUT in workflows
1 parent 847649e commit 823688b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/basemap-data-hires.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: basemap-data-hires
33
env:
44
PKGDIR: "packages/basemap_data_hires"
55
PYTHONWARNINGS: "ignore:DEPRECATION"
6+
PIP_DEFAULT_TIMEOUT: 10
67
PIP_DISABLE_PIP_VERSION_CHECK: 1
78
PIP_PREFER_BINARY: 1
8-
PIP_TIMEOUT: 10
99
PIP_RETRIES: 0
1010

1111
on:

.github/workflows/basemap-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: basemap-data
33
env:
44
PKGDIR: "packages/basemap_data"
55
PYTHONWARNINGS: "ignore:DEPRECATION"
6+
PIP_DEFAULT_TIMEOUT: 10
67
PIP_DISABLE_PIP_VERSION_CHECK: 1
78
PIP_PREFER_BINARY: 1
8-
PIP_TIMEOUT: 10
99
PIP_RETRIES: 0
1010

1111
on:

.github/workflows/basemap-for-manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: basemap-for-manylinux
33
env:
44
PKGDIR: "packages/basemap"
55
PYTHONWARNINGS: "ignore:DEPRECATION"
6+
PIP_DEFAULT_TIMEOUT: 10
67
PIP_DISABLE_PIP_VERSION_CHECK: 1
78
PIP_PREFER_BINARY: 1
8-
PIP_TIMEOUT: 10
99
PIP_RETRIES: 0
1010

1111
on:

.github/workflows/basemap-for-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: basemap-for-windows
33
env:
44
PKGDIR: "packages/basemap"
55
PYTHONWARNINGS: "ignore:DEPRECATION"
6+
PIP_DEFAULT_TIMEOUT: 10
67
PIP_DISABLE_PIP_VERSION_CHECK: 1
78
PIP_PREFER_BINARY: 1
8-
PIP_TIMEOUT: 10
99
PIP_RETRIES: 0
1010

1111
on:

0 commit comments

Comments
 (0)