Skip to content

Commit f10956e

Browse files
authored
Update build_wheels_linux.yml
1 parent 8a7531f commit f10956e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
- name: Setup Python for aarch64
7171
if: matrix.platform == 'aarch64'
7272
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
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
7575
- name: Build a package
7676
run: source scripts/build.sh
7777
- name: Saving a wheel accordingly to matrix

0 commit comments

Comments
 (0)