Skip to content

Commit 8a7531f

Browse files
authored
Update build_wheels_linux.yml
1 parent 336520c commit 8a7531f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ jobs:
6666
with:
6767
submodules: false
6868
fetch-depth: 0
69+
70+
- name: Setup Python for aarch64
71+
if: matrix.platform == 'aarch64'
72+
run: |
73+
/opt/python/cp39-cp39/bin/python -m pip install --upgrade pip setuptools wheel
74+
/opt/python/cp39-cp39/bin/python -m pip install scikit-build toml cmake ninja
6975
- name: Build a package
7076
run: source scripts/build.sh
7177
- name: Saving a wheel accordingly to matrix

0 commit comments

Comments
 (0)