summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorrejbasket <39080670+rejbasket@users.noreply.github.com>2025-09-18 21:25:53 +0200
committerGitHub <noreply@github.com>2025-09-18 21:25:53 +0200
commit11ad39a8200ab3b2ae645d087067f2029d88eae6 (patch)
tree4cdecac1945d75678226a66d636169e8e414701e /.github/workflows
parent9f25a393e9b332087ba33933dbbe4a2e5008c705 (diff)
removed shapely rebuild from macos builds (#3960)
Diffstat (limited to '.github/workflows')
-rwxr-xr-x.github/workflows/build.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f2be4b1c..e08bc35b 100755
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -386,10 +386,6 @@ jobs:
# for networkx
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 install pyinstaller
@@ -455,10 +451,6 @@ jobs:
# for networkx
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 install pyinstaller