@@ -2,6 +2,8 @@ name: basemap-for-windows
2
2
3
3
env :
4
4
PKGDIR : " packages/basemap"
5
+ PYTHONWARNINGS : " ignore:DEPRECATION"
6
+ PIP_DISABLE_PIP_VERSION_CHECK : " 1"
5
7
6
8
on :
7
9
push :
21
23
steps :
22
24
-
23
25
name : Checkout
24
- uses : actions/checkout@v2
26
+ uses : actions/checkout@v3
25
27
-
26
28
name : Upload checkout
27
29
uses : actions/upload-artifact@v1
47
49
path : .
48
50
-
49
51
name : Set Python
50
- uses : actions/setup-python@v2
52
+ uses : actions/setup-python@v4
51
53
with :
52
54
architecture : ${{ matrix.arch }}
53
55
python-version : ${{ matrix.python-version }}
@@ -85,23 +87,10 @@ jobs:
85
87
build-geos :
86
88
strategy :
87
89
matrix :
88
- include :
89
- -
90
- arch : " x64"
91
- msvc-toolset : " 14.16"
92
- cmake-version : " 3.14.7"
93
- -
94
- arch : " x86"
95
- msvc-toolset : " 14.16"
96
- cmake-version : " 3.13.2"
97
- -
98
- arch : " x64"
99
- msvc-toolset : " 9.0"
100
- cmake-version : " 3.14.7"
101
- -
102
- arch : " x86"
103
- msvc-toolset : " 9.0"
104
- cmake-version : " 3.13.2"
90
+ arch :
91
+ ["x64", "x86"]
92
+ msvc-toolset :
93
+ ["9.0", "14.16"]
105
94
max-parallel : 4
106
95
fail-fast : false
107
96
needs : lint
@@ -121,12 +110,12 @@ jobs:
121
110
version : ${{ matrix.msvc-toolset }}
122
111
-
123
112
name : Set CMake
124
- uses : jwlawson/actions-setup-cmake@v1.9
113
+ uses : jwlawson/actions-setup-cmake@v1.13
125
114
with :
126
- cmake-version : ${{ matrix.cmake-version }}
115
+ cmake-version : " 3.14.7 "
127
116
-
128
117
name : Set Python
129
- uses : actions/setup-python@v2
118
+ uses : actions/setup-python@v4
130
119
with :
131
120
architecture : ${{ matrix.arch }}
132
121
python-version : " 3.6"
@@ -176,7 +165,7 @@ jobs:
176
165
version : ${{ env.msvc-toolset }}
177
166
-
178
167
name : Set Python
179
- uses : actions/setup-python@v2
168
+ uses : actions/setup-python@v4
180
169
with :
181
170
architecture : ${{ matrix.arch }}
182
171
python-version : ${{ matrix.python-version }}
@@ -229,7 +218,7 @@ jobs:
229
218
steps :
230
219
-
231
220
name : Set Python
232
- uses : actions/setup-python@v2
221
+ uses : actions/setup-python@v4
233
222
with :
234
223
architecture : ${{ matrix.arch }}
235
224
python-version : ${{ matrix.python-version }}
@@ -264,7 +253,7 @@ jobs:
264
253
steps :
265
254
-
266
255
name : Set Python
267
- uses : actions/setup-python@v2
256
+ uses : actions/setup-python@v4
268
257
with :
269
258
architecture : ${{ matrix.arch }}
270
259
python-version : ${{ matrix.python-version }}
0 commit comments