Skip to content

Commit

Permalink
install shapely for tests on all py ver
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Oct 4, 2024
1 parent 2a19923 commit 23812d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ function run_tests {
apt-get install -y ca-certificates
fi
cp -R ../Fiona/tests ./tests
python -m pip install "shapely;python_version<'3.12'" $TEST_DEPENDS
python -m pip install "shapely" $TEST_DEPENDS
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
Expand Down

0 comments on commit 23812d2

Please sign in to comment.