mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-09 11:22:50 +08:00
CI: install shapely 2.0b1 using pip to avoid conda timeout issues (#2610)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
name: test
|
||||
channels:
|
||||
- conda-forge
|
||||
- conda-forge/label/shapely_dev
|
||||
# - conda-forge/label/shapely_dev
|
||||
dependencies:
|
||||
- python=3.9
|
||||
# required
|
||||
- pandas=1.3
|
||||
- shapely=2
|
||||
# - shapely=2
|
||||
- fiona
|
||||
- tiledb=2.11.3
|
||||
- pyproj
|
||||
@@ -35,4 +35,7 @@ dependencies:
|
||||
- pyarrow
|
||||
# doctest testing
|
||||
- pytest-doctestplus
|
||||
|
||||
- pip
|
||||
- pip:
|
||||
- --pre
|
||||
- shapely==2.0b1
|
||||
|
||||
Reference in New Issue
Block a user