We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5b321 commit d5521bfCopy full SHA for d5521bf
1 file changed
.github/workflows/cibuildwheel.yml
@@ -84,8 +84,8 @@ jobs:
84
CIBW_BEFORE_BUILD_MACOS: brew install hdf5 netcdf
85
CIBW_TEST_REQUIRES: pytest cython packaging
86
CIBW_TEST_COMMAND: >
87
- python -c "import netCDF4; print(f'netCDF4 v{netCDF4.__version__}')" &&
88
- cd {project}/test && python run_all.py
+ python -c "import netCDF4; print(f'netCDF4 v{netCDF4.__version__}')"
+ && pytest -s -rxs -v {project}/test
89
90
- uses: actions/upload-artifact@v4
91
with:
0 commit comments