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 5fcc752 commit ec9ce1aCopy full SHA for ec9ce1a
.github/workflows/basemap-data-hires.yml
@@ -51,7 +51,8 @@ jobs:
51
"3.8",
52
"3.9",
53
]
54
- max-parallel: 5
+ max-parallel: 6
55
+ fail-fast: false
56
needs: build
57
runs-on: ubuntu-latest
58
container: "pylegacy/python:${{ matrix.python-version }}-debian-5"
.github/workflows/basemap-data.yml
0 commit comments