File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -254,8 +254,8 @@ jobs:
254
254
-
255
255
name : Install package
256
256
run : |
257
- pip install "basemap-data == 1.3.0rc1"
258
- pip install ${{ env.PKGDIR }}/dist/*-manylinux1*.whl
257
+ pip install --prefer-binary "basemap-data == 1.3.0rc1"
258
+ pip install --prefer-binary ${{ env.PKGDIR }}/dist/*-manylinux1*.whl
259
259
-
260
260
name : Test package
261
261
run : |
Original file line number Diff line number Diff line change @@ -195,8 +195,8 @@ jobs:
195
195
-
196
196
name : Install package
197
197
run : |
198
- pip install "basemap-data == 1.3.0rc1"
199
- pip install (Get-Item ${{ env.PKGDIR }}/dist/*-win*.whl)
198
+ pip install --prefer-binary "basemap-data == 1.3.0rc1"
199
+ pip install --prefer-binary (Get-Item ${{ env.PKGDIR }}/dist/*-win*.whl)
200
200
-
201
201
name : Test package
202
202
run : |
You can’t perform that action at this time.
0 commit comments