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 9898 python -m pip install ./data_packages/*.whl
9999
100100 # 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 ')"
102102
103103 - name : Install data packages (Windows)
104104 if : runner.os == 'Windows'
@@ -121,7 +121,7 @@ jobs:
121121
122122 # Try different import paths
123123 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')"
125125
126126 - name : Download basemap sdist
127127 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments