Skip to content

Commit 4eec50a

Browse files
jswhit2jswhit2
authored andcommitted
update
1 parent 442260f commit 4eec50a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ test-sources = [
117117
"pyproject.toml"
118118
]
119119
test-command = [
120-
'''PYTHON_GIL=0 python -c "import netCDF4; print(f'netCDF4 v{netCDF4.__version__}')"''',
120+
'''python -X gil=0 -c "import netCDF4; print(f'netCDF4 v{netCDF4.__version__}')"''',
121121
"python -X gil=0 -m pytest -s -rxs -v test",
122122
]
123123
manylinux-x86_64-image = "ghcr.io/ocefpaf/manylinux_2_28_x86_64-netcdf"

0 commit comments

Comments
 (0)