File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
name : Install Environment and Run Tests
18
18
shell : /bin/bash -exo pipefail
19
19
command : |
20
- MINI_URL="https://github.com/conda-forge/miniforge/releases/download/24.3.0-0/Miniforge -24.3.0-0-Linux-aarch64.sh"
20
+ MINI_URL="https://github.com/conda-forge/miniforge/releases/download/24.3.0-0/Miniforge3 -24.3.0-0-Linux-aarch64.sh"
21
21
wget -q $MINI_URL -O Miniforge3.sh
22
22
chmod +x Miniforge3.sh
23
23
MINI_DIR="$HOME/miniconda3"
99
99
name : Install Anaconda Client & Upload Wheels
100
100
shell : /bin/bash -exo pipefail
101
101
command : |
102
- MINI_URL="https://github.com/conda-forge/miniforge/releases/download/24.3.0-0/Miniforge -24.3.0-0-Linux-aarch64.sh"
102
+ MINI_URL="https://github.com/conda-forge/miniforge/releases/download/24.3.0-0/Miniforge3 -24.3.0-0-Linux-aarch64.sh"
103
103
wget -q $MINI_URL -O Miniforge3.sh
104
104
chmod +x Miniforge3.sh
105
105
MINI_DIR="$HOME/miniconda3"
You can’t perform that action at this time.
0 commit comments