Skip to content

Commit 2096144

Browse files
committed
Re-enable Android tests in CIBW workflow
1 parent 9d8c57f commit 2096144

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/tests-cibw.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,6 @@ jobs:
7070
if: contains(matrix.runs-on, 'macos')
7171
run: echo "CIBW_TEST_COMMAND=" >> "$GITHUB_ENV"
7272

73-
# Temporarily disable Android tests on ubuntu-latest due to emulator issues.
74-
# See https://github.com/pybind/pybind11/pull/5914.
75-
- name: "NOTE: Android tests are disabled on ubuntu-latest"
76-
if: contains(matrix.runs-on, 'ubuntu')
77-
run: |
78-
echo "CIBW_TEST_COMMAND=" >> "$GITHUB_ENV"
79-
echo '::warning::Android cibuildwheel tests are disabled on ubuntu-latest (CIBW_TEST_COMMAND is empty). See PR 5914.'
80-
8173
# https://github.blog/changelog/2024-04-02-github-actions-hardware-accelerated-android-virtualization-now-available/
8274
- name: Enable KVM for Android emulator
8375
if: contains(matrix.runs-on, 'ubuntu')

0 commit comments

Comments
 (0)