We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0cce0 commit 1c61466Copy full SHA for 1c61466
.github/workflows/build_wheels.yml
@@ -33,7 +33,7 @@ jobs:
33
MACOSX_DEPLOYMENT_TARGET=14.0
34
ITZI_BDIST_WHEEL=1
35
NO_STABLE_ABI=1
36
- CIBW_BEFORE_TEST: "pip install pytest pytest-benchmark pandas"
+ CIBW_BEFORE_TEST: "pip install pytest pytest-benchmark pandas icechunk pyproj requests scipy xarray[io,parallel] rioxarray obstore"
37
CIBW_TEST_SOURCES: tests
38
CIBW_TEST_COMMAND: > # Fast tests which do not require GRASS
39
pytest -m "not slow" tests/core/
0 commit comments