File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2.1
33jobs :
44 test-arm :
55 machine :
6- image : ubuntu-2004:202101-01
6+ image : ubuntu-2004:2022.04.1
77 resource_class : arm.large
88 environment :
99 ENV_FILE : ci/deps/circle-38-arm64.yaml
2323 cibw-build :
2424 type : string
2525 machine :
26- image : ubuntu-2004:202101-01
26+ image : ubuntu-2004:2022.04.1
2727 resource_class : arm.large
2828 environment :
2929 ENV_FILE : ci/deps/circle-38-arm64.yaml
4848 - run :
4949 name : Build aarch64 wheels
5050 command : |
51- pip3 install cibuildwheel==2.9.0
51+ pip3 install cibuildwheel==2.12.1
5252 cibuildwheel --output-dir wheelhouse
5353 environment :
5454 CIBW_BUILD : << parameters.cibw-build >>
5757 name : Install Anaconda Client & Upload Wheels
5858 command : |
5959 echo "Install Mambaforge"
60- MAMBA_URL="https://github.com/conda-forge/miniforge/releases/download/4.14 .0-0/Mambaforge-4.14 .0-0-Linux-aarch64.sh"
60+ MAMBA_URL="https://github.com/conda-forge/miniforge/releases/download/23.1 .0-0/Mambaforge-23.1 .0-0-Linux-aarch64.sh"
6161 echo "Downloading $MAMBA_URL"
6262 wget -q $MAMBA_URL -O minimamba.sh
6363 chmod +x minimamba.sh
Original file line number Diff line number Diff line change 11#! /bin/bash -e
22
33echo " Install Mambaforge"
4- MAMBA_URL=" https://github.com/conda-forge/miniforge/releases/download/4.14 .0-0/Mambaforge-4.14 .0-0-Linux-aarch64.sh"
4+ MAMBA_URL=" https://github.com/conda-forge/miniforge/releases/download/23.1 .0-0/Mambaforge-23.1 .0-0-Linux-aarch64.sh"
55echo " Downloading $MAMBA_URL "
66wget -q $MAMBA_URL -O minimamba.sh
77chmod +x minimamba.sh
You can’t perform that action at this time.
0 commit comments