We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e603f8 commit eefd7dbCopy full SHA for eefd7db
1 file changed
pyproject.toml
@@ -113,7 +113,7 @@ skip = [
113
]
114
test-extras = "tests"
115
test-command = [
116
- "python -c 'import netCDF4; print(f"netCDF4 v{netCDF4.__version__}")'""",
+ """python -c 'import netCDF4; print(f"netCDF4 v{netCDF4.__version__}")'""",
117
"pytest -s -rxs -v {project}/test",
118
119
manylinux-x86_64-image = "ghcr.io/ocefpaf/manylinux_2_28_x86_64-netcdf"
0 commit comments