From 86e723cd53969b63f61c10108f5a8d1deb86a2e3 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Mon, 6 May 2024 17:25:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20GHA:=20Install=20possible=20shap?= =?UTF-8?q?ely=20build=20requirements=20(if=20building=20from=20source)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 25ca298..2b53ba8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,6 +41,8 @@ jobs: - name: Install possible lxml build requirements (if building from source) run: sudo apt-get install -y libxml2-dev libxslt-dev python3-dev + - name: Install possible shapely build requirements (if building from source) + run: sudo apt-get install -y libgeos-dev - name: Update pip run: python3 -m pip install -U pip