Skip to content

Commit d5521bf

Browse files
committed
use pytest instead of run_all for nix
1 parent db5b321 commit d5521bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ jobs:
8484
CIBW_BEFORE_BUILD_MACOS: brew install hdf5 netcdf
8585
CIBW_TEST_REQUIRES: pytest cython packaging
8686
CIBW_TEST_COMMAND: >
87-
python -c "import netCDF4; print(f'netCDF4 v{netCDF4.__version__}')" &&
88-
cd {project}/test && python run_all.py
87+
python -c "import netCDF4; print(f'netCDF4 v{netCDF4.__version__}')"
88+
&& pytest -s -rxs -v {project}/test
8989
9090
- uses: actions/upload-artifact@v4
9191
with:

0 commit comments

Comments
 (0)