Thanks to visit codestin.com Credit goes to github.com
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 0b2f48a commit b22dcebCopy full SHA for b22dceb
.github/workflows/linux.yml
@@ -19,9 +19,6 @@ defaults:
19
run:
20
shell: bash
21
22
-env:
23
- DOWNLOAD_OPENBLAS: 1
24
-
25
concurrency:
26
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
27
cancel-in-progress: true
tools/ci/cirrus_wheels.yml
@@ -42,7 +42,7 @@ linux_aarch64_task:
42
apt update
43
apt install -y python3-venv python-is-python3 gfortran libatlas-base-dev libgfortran5 eatmydata
44
git fetch origin
45
- ./tools/travis-before-install.sh
+ ./tools/wheels/cibw_before_build.sh
46
which python
47
echo $CIRRUS_CHANGE_MESSAGE
48
<<: *BUILD_AND_STORE_WHEELS
0 commit comments