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 8a7531f commit f10956eCopy full SHA for f10956e
.github/workflows/build_wheels_linux.yml
@@ -70,8 +70,8 @@ jobs:
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
+ /usr/local/bin/python3.9 -m pip install --upgrade pip setuptools wheel
+ /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