removed shapely rebuild from macos builds (#3960)

kaalleen/johan
rejbasket 2025-09-18 21:25:53 +02:00 zatwierdzone przez GitHub
rodzic 9f25a393e9
commit 11ad39a820
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 0 dodań i 8 usunięć

Wyświetl plik

@ -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