Skip to content

Commit 6663994

Browse files
jswhit2jswhit2
authored andcommitted
revert
1 parent 4eec50a commit 6663994

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

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

0 commit comments

Comments
 (0)