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 fef1d4d commit 2dccf02Copy full SHA for 2dccf02
.github/workflows/build.yml
@@ -80,12 +80,6 @@ jobs:
80
with:
81
python-version: "3.9"
82
83
- - name: Download basemap sdist
84
- uses: actions/download-artifact@v4
85
- with:
86
- name: basemap-sdist
87
- path: ./sdist/
88
-
89
- name: Download data packages
90
uses: actions/download-artifact@v4
91
@@ -129,6 +123,12 @@ jobs:
129
123
Write-Host "Trying to import basemap_data..."
130
124
python -c "import mpl_toolkits.basemap_data; print('mpl_toolkits.basemap_data imported successfully')"
131
125
126
+ - name: Download basemap sdist
127
+ uses: actions/download-artifact@v4
128
+ with:
+ name: basemap-sdist
+ path: ./sdist/
+
132
- name: Extract sdist (Linux/macOS)
133
if: runner.os != 'Windows'
134
shell: bash
0 commit comments