File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
name : Install Environment and Run Tests
18
18
shell : /bin/bash -exuo 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/Miniforge-24.3.0-0-Linux-aarch64.sh"
21
21
wget -q $MINI_URL -O Miniforge3.sh
22
22
chmod +x Miniforge3.sh
23
- $ MINI_DIR="$HOME/miniconda3"
23
+ MINI_DIR="$HOME/miniconda3"
24
24
rm -rf $MINI_DIR
25
25
./Miniforge3.sh -b -p $MINI_DIR
26
26
export PATH=$MINI_DIR/bin:$PATH
@@ -99,10 +99,10 @@ jobs:
99
99
name : Install Anaconda Client & Upload Wheels
100
100
shell : /bin/bash -exuo 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/Miniforge-24.3.0-0-Linux-aarch64.sh"
103
103
wget -q $MINI_URL -O Miniforge3.sh
104
104
chmod +x Miniforge3.sh
105
- $ MINI_DIR="$HOME/miniconda3"
105
+ MINI_DIR="$HOME/miniconda3"
106
106
rm -rf $MINI_DIR
107
107
./Miniforge3.sh -b -p $MINI_DIR
108
108
export PATH=$MINI_DIR/bin:$PATH
You can’t perform that action at this time.
0 commit comments