Skip to content

Commit 5ac8a22

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

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@ 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-
7669
- name: Build a package
7770
run: source scripts/build.sh
7871
- name: Saving a wheel accordingly to matrix

0 commit comments

Comments
 (0)