File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ name: basemap-data-hires
22
33env :
44 PKGDIR : " packages/basemap_data_hires"
5- PYTHONWARNINGS : " ignore:DEPRECATION"
65 PIP_DEFAULT_TIMEOUT : 10
76 PIP_DISABLE_PIP_VERSION_CHECK : 1
87 PIP_PREFER_BINARY : 1
98 PIP_RETRIES : 0
9+ PYTHONUNBUFFERED : " 1"
10+ PYTHONWARNINGS : " ignore:DEPRECATION"
1011
1112on :
1213 push :
Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ name: basemap-data
22
33env :
44 PKGDIR : " packages/basemap_data"
5- PYTHONWARNINGS : " ignore:DEPRECATION"
65 PIP_DEFAULT_TIMEOUT : 10
76 PIP_DISABLE_PIP_VERSION_CHECK : 1
87 PIP_PREFER_BINARY : 1
98 PIP_RETRIES : 0
9+ PYTHONUNBUFFERED : " 1"
10+ PYTHONWARNINGS : " ignore:DEPRECATION"
1011
1112on :
1213 push :
Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ name: basemap-for-manylinux
22
33env :
44 PKGDIR : " packages/basemap"
5- PYTHONWARNINGS : " ignore:DEPRECATION"
65 PIP_DEFAULT_TIMEOUT : 10
76 PIP_DISABLE_PIP_VERSION_CHECK : 1
87 PIP_PREFER_BINARY : 1
98 PIP_RETRIES : 0
9+ PYTHONUNBUFFERED : " 1"
10+ PYTHONWARNINGS : " ignore:DEPRECATION"
1011
1112on :
1213 push :
Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ name: basemap-for-windows
22
33env :
44 PKGDIR : " packages/basemap"
5- PYTHONWARNINGS : " ignore:DEPRECATION"
65 PIP_DEFAULT_TIMEOUT : 10
76 PIP_DISABLE_PIP_VERSION_CHECK : 1
87 PIP_PREFER_BINARY : 1
98 PIP_RETRIES : 0
9+ PYTHONUNBUFFERED : " 1"
10+ PYTHONWARNINGS : " ignore:DEPRECATION"
1011
1112on :
1213 push :
You can’t perform that action at this time.
0 commit comments