Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b22dceb

Browse files
committed
fix wheel building on aarch64 [skip actions][skip cirrus][wheel build]
1 parent 0b2f48a commit b22dceb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/linux.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ defaults:
1919
run:
2020
shell: bash
2121

22-
env:
23-
DOWNLOAD_OPENBLAS: 1
24-
2522
concurrency:
2623
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
2724
cancel-in-progress: true

tools/ci/cirrus_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ linux_aarch64_task:
4242
apt update
4343
apt install -y python3-venv python-is-python3 gfortran libatlas-base-dev libgfortran5 eatmydata
4444
git fetch origin
45-
./tools/travis-before-install.sh
45+
./tools/wheels/cibw_before_build.sh
4646
which python
4747
echo $CIRRUS_CHANGE_MESSAGE
4848
<<: *BUILD_AND_STORE_WHEELS

0 commit comments

Comments
 (0)