Skip to content

Commit ade4072

Browse files
committed
tentative fix test-command for windows portability
1 parent f578090 commit ade4072

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 -c 'import netCDF4; print(f"netCDF4 v{netCDF4.__version__}")'""",
120+
'''python -c "import netCDF4; print(f'netCDF4 v{netCDF4.__version__}')"''',
121121
"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)