We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31530dc commit 5ac8a22Copy full SHA for 5ac8a22
.github/workflows/build_wheels_linux.yml
@@ -66,13 +66,6 @@ jobs:
66
with:
67
submodules: false
68
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
-
76
- name: Build a package
77
run: source scripts/build.sh
78
- name: Saving a wheel accordingly to matrix
0 commit comments