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 ab7db80 commit 2461d4aCopy full SHA for 2461d4a
.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: "ls && cd test && python import_test.py"
+ 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