Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2a7e2c0

Browse files
committed
Try to fix ci command.
1 parent135c8a3 commit2a7e2c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
CIBW_ARCHS_WINDOWS:"AMD64 x86"
3030
# disable aarm64 build since its too slow to build(docker + qemu)
3131
CIBW_ARCHS_LINUX:"x86_64 i686"
32-
# it looks cibuildwheel fails to add version string to wheel file for python 3.6, so skip it
33-
CIBW_SKIP:pp*
3432
# To test jdepp fully, we need to download dictionary.
3533
# for a while, we just test 'import jdepp' succeeds to confirm no undefined symbol error.
3634
CIBW_TEST_COMMAND:"python tests/import_test.py"
35+
# it looks cibuildwheel fails to add version string to wheel file for python 3.6, so skip it
36+
CIBW_SKIP:pp*
3737

3838
-uses:actions/upload-artifact@v4
3939
with:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp