From 379baec7b6c681b5608e1fa4d5e79e3e89cc1c32 Mon Sep 17 00:00:00 2001 From: devsjc Date: Fri, 8 Sep 2023 15:16:27 +0100 Subject: [PATCH] Add libgeos to apt install --- .github/workflows/ci.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cccead..652d8dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: # Should mirror the build-venv stage in the Containerfile - name: Build venv run: | - apt -qq update && apt -qq install -y build-essential + apt -qq update && apt -qq install -y build-essential libgeos-dev python -m venv ./venv ./venv/bin/pip install --upgrade -q pip wheel setuptools if: steps.restore-cache.outputs.cache-hit != 'true' diff --git a/pyproject.toml b/pyproject.toml index 36fdeea..da82544 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "requests >= 2.28.0", "xarray >= 2022.3.0", "zarr >= 2.13.3", - "satip == 2.11.10", + "satip >= 2.11.10", ] [project.optional-dependencies]