Skip to content

Commit a7395fd

Browse files
committed
Macos: restore standard test after building
1 parent 1921f1e commit a7395fd

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/wheel-builder.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -365,18 +365,7 @@ jobs:
365365
delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
366366
CIBW_TEST_COMMAND_LINUX: pyluxcoretest
367367
CIBW_TEST_COMMAND_WINDOWS: pyluxcoretest
368-
CIBW_TEST_COMMAND_MACOS: |
369-
if [[ ${{ matrix.os }} == 'macos-15-intel' ]]; then
370-
# Full test for Intel
371-
echo "Testing x86_64"
372-
pyluxcoretest
373-
elif [[ ${{ matrix.os }} == 'macos-15' ]]; then
374-
# Light test, as ARM runner raises an OpenCL driver issue otherwise
375-
echo "Testing arm"
376-
python -c "import pyluxcore"
377-
else
378-
echo "UNHANDLED OS"
379-
fi
368+
CIBW_TEST_COMMAND_MACOS: pyluxcoretest
380369
CIBW_CONTAINER_ENGINE: >
381370
docker;
382371
create_args:

0 commit comments

Comments
 (0)