File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ name: basemap-data-hires
33env :
44 PKGDIR : " packages/basemap_data_hires"
55 PYTHONWARNINGS : " ignore:DEPRECATION"
6- PIP_DISABLE_PIP_VERSION_CHECK : " 1"
6+ PIP_DISABLE_PIP_VERSION_CHECK : 1
7+ PIP_TIMEOUT : 10
8+ PIP_RETRIES : 0
79
810on :
911 push :
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ name: basemap-data
33env :
44 PKGDIR : " packages/basemap_data"
55 PYTHONWARNINGS : " ignore:DEPRECATION"
6- PIP_DISABLE_PIP_VERSION_CHECK : " 1"
6+ PIP_DISABLE_PIP_VERSION_CHECK : 1
7+ PIP_TIMEOUT : 10
8+ PIP_RETRIES : 0
79
810on :
911 push :
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ name: basemap-for-manylinux
33env :
44 PKGDIR : " packages/basemap"
55 PYTHONWARNINGS : " ignore:DEPRECATION"
6- PIP_DISABLE_PIP_VERSION_CHECK : " 1"
6+ PIP_DISABLE_PIP_VERSION_CHECK : 1
7+ PIP_TIMEOUT : 10
8+ PIP_RETRIES : 0
79
810on :
911 push :
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ name: basemap-for-windows
33env :
44 PKGDIR : " packages/basemap"
55 PYTHONWARNINGS : " ignore:DEPRECATION"
6- PIP_DISABLE_PIP_VERSION_CHECK : " 1"
6+ PIP_DISABLE_PIP_VERSION_CHECK : 1
7+ PIP_TIMEOUT : 10
8+ PIP_RETRIES : 0
79
810on :
911 push :
You can’t perform that action at this time.
0 commit comments