diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2022-05-24 19:40:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-24 19:40:30 +0200 |
| commit | e968f814f718c32742466bfa50cb62f0ad7b2d54 (patch) | |
| tree | bc02fc1bf3eb7a3f7c939d76e6323c1cdfe0976e /.github/workflows | |
| parent | ca07b1b267b0f401b947c984e67ee15de9e16c8f (diff) | |
Add ripple stitch feature (#1667)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
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 |
