Skip to content

Commit 7894271

Browse files
author
Jeff Whitaker
authored
Merge pull request #1372 from ocefpaf/remove_bad_opendap_url
Remove bad OPeNDAP URL
2 parents 5ccb3bb + 2728bcf commit 7894271

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
echo "Setting CIBW_SKIP=$CIBW_SKIP"
9393
9494
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
95-
uses: pypa/cibuildwheel@v2.21.2
95+
uses: pypa/cibuildwheel@v2.21.3
9696
env:
9797
CIBW_SKIP: ${{ env.CIBW_SKIP }}
9898
CIBW_ARCHS: ${{ matrix.arch }}
@@ -107,8 +107,6 @@ jobs:
107107
CIBW_TEST_COMMAND: >
108108
python -c "import netCDF4; print(f'netCDF4 v{netCDF4.__version__}')"
109109
&& 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)"
112110
113111
- uses: actions/upload-artifact@v4
114112
with:

0 commit comments

Comments
 (0)