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 f10956e commit 503b687Copy full SHA for 503b687
.github/workflows/build_wheels_linux.yml
@@ -67,11 +67,6 @@ jobs:
67
submodules: false
68
fetch-depth: 0
69
70
- - name: Setup Python for aarch64
71
- if: matrix.platform == 'aarch64'
72
- run: |
73
- /usr/local/bin/python3.9 -m pip install --upgrade pip setuptools wheel
74
- /usr/local/bin/python3.9 -m pip install scikit-build toml cmake ninja
75
- name: Build a package
76
run: source scripts/build.sh
77
- name: Saving a wheel accordingly to matrix
0 commit comments