Skip to content

Commit a5c4ca6

Browse files
committed
Fix quote.
1 parent 2461d4a commit a5c4ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
CIBW_ARCHS_LINUX: "x86_64 i686"
3535
# To test jdepp fully, we need to download dictionary.
3636
# for a while, we just test 'import jdepp'.
37-
CIBW_TEST_COMMAND: "python -c 'import jdepp; print(jdepp.__version__)'"
37+
CIBW_TEST_COMMAND: "python -c \"import jdepp; print(jdepp.__version__)\""
3838
# it looks cibuildwheel fails to add version string to wheel file for python 3.6, so skip it
3939
CIBW_SKIP: pp*
4040

0 commit comments

Comments
 (0)