We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c31d75 commit 12c8894Copy full SHA for 12c8894
.github/workflows/tests-cibw.yml
@@ -73,7 +73,7 @@ jobs:
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."'
+ run: echo '::warning::Android cibuildwheel tests are disabled (CIBW_TEST_COMMAND is empty). See issue 5913.'
77
78
# https://github.blog/changelog/2024-04-02-github-actions-hardware-accelerated-android-virtualization-now-available/
79
- name: Enable KVM for Android emulator
0 commit comments