summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2022-05-24 19:40:30 +0200
committerGitHub <noreply@github.com>2022-05-24 19:40:30 +0200
commite968f814f718c32742466bfa50cb62f0ad7b2d54 (patch)
treebc02fc1bf3eb7a3f7c939d76e6323c1cdfe0976e /.github
parentca07b1b267b0f401b947c984e67ee15de9e16c8f (diff)
Add ripple stitch feature (#1667)
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 44a68643..3610ec6b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -171,7 +171,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 --no-binary Shapely
+ pip install -v -U Shapely==1.8.1 --no-binary Shapely
pip install pyinstaller
echo "${{ env.pythonLocation }}/bin" >> $GITHUB_PATH