Skip to content

Commit eefd7db

Browse files
committed
fixup! tentative fix (2)
1 parent 9e603f8 commit eefd7db

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
@@ -113,7 +113,7 @@ skip = [
113113
]
114114
test-extras = "tests"
115115
test-command = [
116-
"python -c 'import netCDF4; print(f"netCDF4 v{netCDF4.__version__}")'""",
116+
"""python -c 'import netCDF4; print(f"netCDF4 v{netCDF4.__version__}")'""",
117117
"pytest -s -rxs -v {project}/test",
118118
]
119119
manylinux-x86_64-image = "ghcr.io/ocefpaf/manylinux_2_28_x86_64-netcdf"

0 commit comments

Comments
 (0)