Skip to content

Commit 5814b4f

Browse files
committed
Reactivate tests in workflow
1 parent c332ce4 commit 5814b4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheel-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ jobs:
364364
export DYLD_LIBRARY_PATH
365365
delocate-listdeps -v {wheel}
366366
delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
367-
CIBW_TEST_COMMAND_LINUX: # pyluxcoretest
368-
CIBW_TEST_COMMAND_WINDOWS: # pyluxcoretest
367+
CIBW_TEST_COMMAND_LINUX: pyluxcoretest
368+
CIBW_TEST_COMMAND_WINDOWS: pyluxcoretest
369369
CIBW_TEST_COMMAND_MACOS: |
370370
if [[ ${{ matrix.os }} == 'macos-15-intel' ]]; then
371371
# Full test for Intel

0 commit comments

Comments
 (0)