Skip to content

Commit a7a1cef

Browse files
committed
Install basemap-data manually in CI temporarily
Otherwise we have the problem that the final release 1.3.0 is still not in PyPI and `pip` cannot resolve the installation of dependencies using the release candidate wheel.
1 parent 3014049 commit a7a1cef

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/basemap-for-manylinux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ jobs:
249249
-
250250
name: Install package
251251
run: |
252+
pip install "basemap-data == 1.3.0rc1"
252253
pip install ${{ env.PKGDIR }}/dist/*-manylinux1*.whl
253254
-
254255
name: Test package

.github/workflows/basemap-for-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ jobs:
195195
-
196196
name: Install package
197197
run: |
198+
pip install "basemap-data == 1.3.0rc1"
198199
pip install (Get-Item ${{ env.PKGDIR }}/dist/*-win*.whl)
199200
-
200201
name: Test package

packages/basemap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
basemap_data > 1.2, < 2.0
1+
basemap_data > 1.2, < 1.4
22

33
six >= 1.10, < 1.16
44

0 commit comments

Comments
 (0)