Skip to content

Commit 81bec67

Browse files
committed
ci: forgot pyproject android mention
Signed-off-by: Henry Schreiner <[email protected]>
1 parent d432bae commit 81bec67

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/tests-cibw.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
- uses: mhsmith/cibuildwheel@android
6969
env:
7070
CIBW_PLATFORM: android
71+
# Needed to include C++ in the wheel
7172
CIBW_ENVIRONMENT_ANDROID: ANDROID_API_LEVEL="24"
7273
with:
7374
package-dir: tests

tests/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ pyodide.test-groups = ["numpy", "scipy"]
3333
ios.test-groups = ["numpy"]
3434
ios.xbuild-tools = ["cmake", "ninja"]
3535
ios.environment.PIP_EXTRA_INDEX_URL = "https://pypi.anaconda.org/beeware/simple"
36-
android.environment.ANDROID_API_LEVEL = "24" # Needed to include libc++ in the wheel.

0 commit comments

Comments
 (0)