Skip to content

Commit 2461d4a

Browse files
committed
Fix test command.
1 parent ab7db80 commit 2461d4a

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: "ls && cd test && python import_test.py"
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)