We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69284b1 commit d202ffbCopy full SHA for d202ffb
.github/workflows/basemap-for-windows.yml
@@ -95,13 +95,14 @@ jobs:
95
]
96
python-version:
97
[
98
+ "2.7",
99
"3.5",
100
"3.6",
101
"3.7",
102
"3.8",
103
"3.9",
104
- max-parallel: 5
105
+ max-parallel: 6
106
fail-fast: false
107
needs: build-geos
108
runs-on: windows-latest
@@ -208,6 +209,7 @@ jobs:
208
209
210
211
212
213
214
215
0 commit comments