Skip to content

Commit 0fd2ca9

Browse files
committed
Update debugging message
1 parent f697081 commit 0fd2ca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
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

0 commit comments

Comments
 (0)