Skip to content

Commit 31530dc

Browse files
authored
Update build_wheels_linux.yml
1 parent fc6b7cd commit 31530dc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ jobs:
6666
with:
6767
submodules: false
6868
fetch-depth: 0
69+
- name: Preinstall deps (ARM only)
70+
if: matrix.platform == 'aarch64'
71+
run: |
72+
python3.9 -m ensurepip || true
73+
python3.9 -m pip install --upgrade pip setuptools wheel
74+
python3.9 -m pip install scikit-build toml cmake ninja
75+
6976
- name: Build a package
7077
run: source scripts/build.sh
7178
- name: Saving a wheel accordingly to matrix

0 commit comments

Comments
 (0)