File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 7070 if : contains(matrix.runs-on, 'macos')
7171 run : echo "CIBW_TEST_COMMAND=" >> "$GITHUB_ENV"
7272
73+ # NOTE: Android cibuildwheel tests are currently disabled.
74+ # See https://github.com/pybind/pybind11/issues/5913.
75+ - name : " NOTE: Android tests are disabled"
76+ run : echo "::warning::Android cibuildwheel tests are disabled (CIBW_TEST_COMMAND is empty). See issue # 5913."
77+
7378 # https://github.blog/changelog/2024-04-02-github-actions-hardware-accelerated-android-virtualization-now-available/
7479 - name : Enable KVM for Android emulator
7580 if : contains(matrix.runs-on, 'ubuntu')
83888489 env :
8590 CIBW_PLATFORM : android
91+ CIBW_TEST_COMMAND : " " # Temporarily disable Android tests; emulator setup is broken (see #5913).
8692 with :
8793 package-dir : tests
You can’t perform that action at this time.
0 commit comments