diff options
| author | rejbasket <39080670+rejbasket@users.noreply.github.com> | 2024-07-20 09:20:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-20 09:20:10 +0200 |
| commit | 9c537f33b9eb4d015316a7867a9e6d1eda6cd70c (patch) | |
| tree | b642c94f5a3c12082dc6c725aac99ec47e25b68a /.github | |
| parent | 67b628b5e337d6d28045fe50261096fa9554f495 (diff) | |
shapely arm fix (#3094)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
