Skip to content

Commit 8bd1cb2

Browse files
committed
[skip ci] Refer to PR 5914 instead of issue 5913
1 parent 8158629 commit 8bd1cb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests-cibw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ jobs:
7171
run: echo "CIBW_TEST_COMMAND=" >> "$GITHUB_ENV"
7272

7373
# Temporarily disable Android tests on ubuntu-latest due to emulator issues.
74-
# See https://github.com/pybind/pybind11/issues/5913.
74+
# See https://github.com/pybind/pybind11/pull/5914.
7575
- name: "NOTE: Android tests are disabled on ubuntu-latest"
7676
if: contains(matrix.runs-on, 'ubuntu')
7777
run: |
7878
echo "CIBW_TEST_COMMAND=" >> "$GITHUB_ENV"
79-
echo '::warning::Android cibuildwheel tests are disabled on ubuntu-latest (CIBW_TEST_COMMAND is empty). See issue 5913.'
79+
echo '::warning::Android cibuildwheel tests are disabled on ubuntu-latest (CIBW_TEST_COMMAND is empty). See PR 5914.'
8080
8181
# https://github.blog/changelog/2024-04-02-github-actions-hardware-accelerated-android-virtualization-now-available/
8282
- name: Enable KVM for Android emulator

0 commit comments

Comments
 (0)