From 0a5b30fe28f964ce072b2c7d5dc3944cd68b80da Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Sat, 22 Oct 2022 14:09:45 +0200 Subject: [PATCH] CI: install shapely 2.0b1 using pip to avoid conda timeout issues (#2610) --- ci/envs/39-latest-conda-forge.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ci/envs/39-latest-conda-forge.yaml b/ci/envs/39-latest-conda-forge.yaml index c85a1eb..3475107 100644 --- a/ci/envs/39-latest-conda-forge.yaml +++ b/ci/envs/39-latest-conda-forge.yaml @@ -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