Skip to content

Commit

Permalink
Remove conditional install of shapely
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Gillies authored and Sean Gillies committed Oct 12, 2023
1 parent 2b946ee commit 419ecdb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,7 @@ function run_tests {
GDAL_ENABLE_DEPRECATED_DRIVER_GTM=YES python -m pytest -vv tests -k "not test_collection_zip_http and not test_mask_polygon_triangle and not test_show_versions and not test_append_or_driver_error and not [PCIDSK] and not cannot_append[FlatGeobuf]"
fio --version
fio env --formats
if [[ $MB_PYTHON_VERSION != "3.10" ]]; then
pip install shapely && python ../test_fiona_issue383.py
fi
python ../test_fiona_issue383.py
}


Expand Down

0 comments on commit 419ecdb

Please sign in to comment.