We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c332ce4 commit 5814b4fCopy full SHA for 5814b4f
1 file changed
.github/workflows/wheel-builder.yml
@@ -364,8 +364,8 @@ jobs:
364
export DYLD_LIBRARY_PATH
365
delocate-listdeps -v {wheel}
366
delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
367
- CIBW_TEST_COMMAND_LINUX: # pyluxcoretest
368
- CIBW_TEST_COMMAND_WINDOWS: # pyluxcoretest
+ CIBW_TEST_COMMAND_LINUX: pyluxcoretest
+ CIBW_TEST_COMMAND_WINDOWS: pyluxcoretest
369
CIBW_TEST_COMMAND_MACOS: |
370
if [[ ${{ matrix.os }} == 'macos-15-intel' ]]; then
371
# Full test for Intel
0 commit comments