From 9c537f33b9eb4d015316a7867a9e6d1eda6cd70c Mon Sep 17 00:00:00 2001 From: rejbasket <39080670+rejbasket@users.noreply.github.com> Date: Sat, 20 Jul 2024 09:20:10 +0200 Subject: shapely arm fix (#3094) --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 721de485..8639c0cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -287,7 +287,7 @@ jobs: run: | brew update - brew install gtk+3 pkg-config gobject-introspection geos libffi gettext jq gnu-getopt || true + brew install gtk+3 pkg-config gobject-introspection libffi gettext jq gnu-getopt || true export LDFLAGS="-L/usr/local/opt/libffi/lib" export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig" @@ -307,9 +307,9 @@ jobs: pip install pandas pip install pyarrow # remove and build shapely with brew geos version - pip uninstall -y shapely - pip cache remove shapely - pip install -v shapely --no-binary shapely + # pip uninstall -y shapely + # pip cache remove shapely + # pip install -v shapely --no-binary shapely pip install pyinstaller -- cgit v1.2.3