Skip to content

Commit 1c61466

Browse files
committed
CI build wheel: install extra dependencies before tests
1 parent ef0cce0 commit 1c61466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
MACOSX_DEPLOYMENT_TARGET=14.0
3434
ITZI_BDIST_WHEEL=1
3535
NO_STABLE_ABI=1
36-
CIBW_BEFORE_TEST: "pip install pytest pytest-benchmark pandas"
36+
CIBW_BEFORE_TEST: "pip install pytest pytest-benchmark pandas icechunk pyproj requests scipy xarray[io,parallel] rioxarray obstore"
3737
CIBW_TEST_SOURCES: tests
3838
CIBW_TEST_COMMAND: > # Fast tests which do not require GRASS
3939
pytest -m "not slow" tests/core/

0 commit comments

Comments
 (0)