We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1921f1e commit a7395fdCopy full SHA for a7395fd
1 file changed
.github/workflows/wheel-builder.yml
@@ -365,18 +365,7 @@ jobs:
365
delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
366
CIBW_TEST_COMMAND_LINUX: pyluxcoretest
367
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
+ CIBW_TEST_COMMAND_MACOS: pyluxcoretest
380
CIBW_CONTAINER_ENGINE: >
381
docker;
382
create_args:
0 commit comments