From a4f86a3106dff5d342380a19beac5191026bfb08 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Mon, 19 Dec 2022 21:11:50 +0100 Subject: Point to troubleshoot in fatal error message (#1967) * point to troubleshoot in fatal error message * shapely version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b43b648..f7323acf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -176,7 +176,7 @@ jobs: # with --no-binary argument may fix notary issues as well shapely speedups error issue pip install -U lxml --no-binary lxml pip uninstall --yes shapely - pip install -v -U Shapely==1.8.1 --no-binary Shapely + pip install -v -U Shapely==1.8.5 --no-binary Shapely pip install pyinstaller echo "${{ env.pythonLocation }}/bin" >> $GITHUB_PATH -- cgit v1.2.3