Skip to content

Commit ad9dd50

Browse files
committed
Fix for win
1 parent 32230f1 commit ad9dd50

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
@@ -86,7 +86,7 @@ skip = "*-manylinux_i686 cp*-win32 *_ppc64le *_s390x *musllinux*"
8686
test-requires = "pytest"
8787
#test-command = "pytest {project}/tests" # default command
8888
# 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()'"
89+
test-command = "python -c \"import blosc2; blosc2.print_versions()\""
9090
# Manylinux 2014 will be the default for x86_64 and aarch64
9191
manylinux-x86_64-image = "manylinux2014"
9292
manylinux-aarch64-image = "manylinux2014"

0 commit comments

Comments
 (0)