diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2022-12-19 21:11:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-19 21:11:50 +0100 |
| commit | a4f86a3106dff5d342380a19beac5191026bfb08 (patch) | |
| tree | b4a208ee1bea986bb455235a0770f55392eaa40c /.github/workflows | |
| parent | 4286090570832186edab14b24c7dc8cd2fba7c65 (diff) | |
Point to troubleshoot in fatal error message (#1967)
* point to troubleshoot in fatal error message
* shapely version
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 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 |
