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
2
2
3
3
env :
4
4
PKGDIR : " packages/basemap_data_hires"
5
- PYTHONWARNINGS : " ignore:DEPRECATION"
6
5
PIP_DEFAULT_TIMEOUT : 10
7
6
PIP_DISABLE_PIP_VERSION_CHECK : 1
8
7
PIP_PREFER_BINARY : 1
9
8
PIP_RETRIES : 0
9
+ PYTHONUNBUFFERED : " 1"
10
+ PYTHONWARNINGS : " ignore:DEPRECATION"
10
11
11
12
on :
12
13
push :
Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ name: basemap-data
2
2
3
3
env :
4
4
PKGDIR : " packages/basemap_data"
5
- PYTHONWARNINGS : " ignore:DEPRECATION"
6
5
PIP_DEFAULT_TIMEOUT : 10
7
6
PIP_DISABLE_PIP_VERSION_CHECK : 1
8
7
PIP_PREFER_BINARY : 1
9
8
PIP_RETRIES : 0
9
+ PYTHONUNBUFFERED : " 1"
10
+ PYTHONWARNINGS : " ignore:DEPRECATION"
10
11
11
12
on :
12
13
push :
Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ name: basemap-for-manylinux
2
2
3
3
env :
4
4
PKGDIR : " packages/basemap"
5
- PYTHONWARNINGS : " ignore:DEPRECATION"
6
5
PIP_DEFAULT_TIMEOUT : 10
7
6
PIP_DISABLE_PIP_VERSION_CHECK : 1
8
7
PIP_PREFER_BINARY : 1
9
8
PIP_RETRIES : 0
9
+ PYTHONUNBUFFERED : " 1"
10
+ PYTHONWARNINGS : " ignore:DEPRECATION"
10
11
11
12
on :
12
13
push :
Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ name: basemap-for-windows
2
2
3
3
env :
4
4
PKGDIR : " packages/basemap"
5
- PYTHONWARNINGS : " ignore:DEPRECATION"
6
5
PIP_DEFAULT_TIMEOUT : 10
7
6
PIP_DISABLE_PIP_VERSION_CHECK : 1
8
7
PIP_PREFER_BINARY : 1
9
8
PIP_RETRIES : 0
9
+ PYTHONUNBUFFERED : " 1"
10
+ PYTHONWARNINGS : " ignore:DEPRECATION"
10
11
11
12
on :
12
13
push :
You can’t perform that action at this time.
0 commit comments