summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorrejbasket <39080670+rejbasket@users.noreply.github.com>2022-04-18 10:59:42 +0200
committerGitHub <noreply@github.com>2022-04-18 10:59:42 +0200
commit35b748c46c57e553b526ae4b106270f752b4acf3 (patch)
tree0fd872917bf26109b40b58edc8472d294c62f249 /.github/workflows
parenta53d4aa229d31b1d261b99f39905eee8f37342d8 (diff)
Pkg inkscape check (#1622)
* add warning if Inkscape not installed (mac) enable local build with arm linux and mac Authored-by: rejbasket <rejbasket@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-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 e9a0018a..74fe8f6b 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 -U Shapely==1.8.0 --no-binary Shapely
+ pip install -v -U Shapely --no-binary Shapely
pip install pyinstaller
echo "${{ env.pythonLocation }}/bin" >> $GITHUB_PATH