summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2022-12-19 21:11:50 +0100
committerGitHub <noreply@github.com>2022-12-19 21:11:50 +0100
commita4f86a3106dff5d342380a19beac5191026bfb08 (patch)
treeb4a208ee1bea986bb455235a0770f55392eaa40c /.github
parent4286090570832186edab14b24c7dc8cd2fba7c65 (diff)
Point to troubleshoot in fatal error message (#1967)
* point to troubleshoot in fatal error message * shapely version
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
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