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.
2 parents 5ccb3bb + 2728bcf commit 7894271Copy full SHA for 7894271
1 file changed
.github/workflows/cibuildwheel.yml
@@ -92,7 +92,7 @@ jobs:
92
echo "Setting CIBW_SKIP=$CIBW_SKIP"
93
94
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
95
- uses: pypa/cibuildwheel@v2.21.2
+ uses: pypa/cibuildwheel@v2.21.3
96
env:
97
CIBW_SKIP: ${{ env.CIBW_SKIP }}
98
CIBW_ARCHS: ${{ matrix.arch }}
@@ -107,8 +107,6 @@ jobs:
107
CIBW_TEST_COMMAND: >
108
python -c "import netCDF4; print(f'netCDF4 v{netCDF4.__version__}')"
109
&& pytest -s -rxs -v {project}/test
110
- && URL="https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc"
111
- && python -c "from netCDF4 import Dataset; nc=Dataset(\"${URL}\"); print(nc)"
112
113
- uses: actions/upload-artifact@v4
114
with:
0 commit comments