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 2461d4a commit a5c4ca6Copy full SHA for a5c4ca6
.github/workflows/wheels.yml
@@ -34,7 +34,7 @@ jobs:
34
CIBW_ARCHS_LINUX: "x86_64 i686"
35
# To test jdepp fully, we need to download dictionary.
36
# for a while, we just test 'import jdepp'.
37
- CIBW_TEST_COMMAND: "python -c 'import jdepp; print(jdepp.__version__)'"
+ CIBW_TEST_COMMAND: "python -c \"import jdepp; print(jdepp.__version__)\""
38
# it looks cibuildwheel fails to add version string to wheel file for python 3.6, so skip it
39
CIBW_SKIP: pp*
40
0 commit comments