File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 8888 uses : pypa/cibuildwheel@v3.3.0
8989 env :
9090 CIBW_ARCHS : ${{ matrix.arch }}
91- PYTHON_GIL : 0
9291
9392 - uses : actions/upload-artifact@v6
9493 with :
@@ -132,7 +131,6 @@ jobs:
132131 uses : pypa/cibuildwheel@v3.3.0
133132 env :
134133 CIBW_ARCHS : ${{ matrix.arch }}
135- PYTHON_GIL : 0
136134
137135 - uses : actions/upload-artifact@v6
138136 with :
@@ -173,7 +171,6 @@ jobs:
173171 env :
174172 CIBW_ARCHS : ARM64
175173 CIBW_SKIP : " cp310-*"
176- PYTHON_GIL : 0
177174
178175 - uses : actions/upload-artifact@v6
179176 with :
Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ test-sources = [
117117 " pyproject.toml"
118118]
119119test-command = [
120- ''' python -c "import netCDF4; print(f'netCDF4 v{netCDF4.__version__}')"''' ,
121- " pytest -s -rxs -v test" ,
120+ ''' PYTHON_GIL=0 python -c "import netCDF4; print(f'netCDF4 v{netCDF4.__version__}')"''' ,
121+ " pytest -Xgil=0 - s -rxs -v test" ,
122122]
123123manylinux-x86_64-image = " ghcr.io/ocefpaf/manylinux_2_28_x86_64-netcdf"
124124manylinux-aarch64-image = " ghcr.io/ocefpaf/manylinux_2_28_aarch64-netcdf"
You can’t perform that action at this time.
0 commit comments