File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 98
98
python -m pip install ./data_packages/*.whl
99
99
100
100
# Verify they're installed
101
- python -c "import mpl_toolkits.basemap_data; print('Data package installed')"
101
+ python -c "import mpl_toolkits.basemap_data; print('mpl_toolkits.basemap_data installed successfully ')"
102
102
103
103
- name : Install data packages (Windows)
104
104
if : runner.os == 'Windows'
@@ -121,7 +121,7 @@ jobs:
121
121
122
122
# Try different import paths
123
123
Write-Host "Trying to import basemap_data..."
124
- python -c "import mpl_toolkits.basemap_data; print('mpl_toolkits.basemap_data imported successfully')"
124
+ python -c "import mpl_toolkits.basemap_data; print('mpl_toolkits.basemap_data installed successfully')"
125
125
126
126
- name : Download basemap sdist
127
127
uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments