We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32230f1 commit ad9dd50Copy full SHA for ad9dd50
1 file changed
pyproject.toml
@@ -86,7 +86,7 @@ skip = "*-manylinux_i686 cp*-win32 *_ppc64le *_s390x *musllinux*"
86
test-requires = "pytest"
87
#test-command = "pytest {project}/tests" # default command
88
# Use a simpler command here, and let the workflow .yml file to set the command
89
-test-command = "python -c'import blosc2; blosc2.print_versions()'"
+test-command = "python -c \"import blosc2; blosc2.print_versions()\""
90
# Manylinux 2014 will be the default for x86_64 and aarch64
91
manylinux-x86_64-image = "manylinux2014"
92
manylinux-aarch64-image = "manylinux2014"
0 commit comments