From 35b748c46c57e553b526ae4b106270f752b4acf3 Mon Sep 17 00:00:00 2001 From: rejbasket <39080670+rejbasket@users.noreply.github.com> Date: Mon, 18 Apr 2022 10:59:42 +0200 Subject: Pkg inkscape check (#1622) * add warning if Inkscape not installed (mac) enable local build with arm linux and mac Authored-by: rejbasket --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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 -- cgit v1.2.3