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 11e105a commit ed9d818Copy full SHA for ed9d818
.github/workflows/build.yml
@@ -226,15 +226,16 @@ jobs:
226
- name: Download data packages
227
uses: actions/download-artifact@v4
228
with:
229
- pattern: dist-basemap_data*
230
path: ./data_packages/
+ pattern: "dist-basemap_data*"
231
merge-multiple: true
232
233
- name: Download basemap wheel for Linux
234
235
236
- name: dist-basemap-wheels-ubuntu-*
237
path: ./wheels/
+ pattern: "dist-basemap-wheels-ubuntu-*"
238
+ merge-multiple: true
239
240
- name: Install packages
241
run: |
0 commit comments