Skip to content

Commit 27ed69e

Browse files
committed
Missing 3
1 parent 36184ee commit 27ed69e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Install Environment and Run Tests
1818
shell: /bin/bash -exo pipefail
1919
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"
2121
wget -q $MINI_URL -O Miniforge3.sh
2222
chmod +x Miniforge3.sh
2323
MINI_DIR="$HOME/miniconda3"
@@ -99,7 +99,7 @@ jobs:
9999
name: Install Anaconda Client & Upload Wheels
100100
shell: /bin/bash -exo pipefail
101101
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"
103103
wget -q $MINI_URL -O Miniforge3.sh
104104
chmod +x Miniforge3.sh
105105
MINI_DIR="$HOME/miniconda3"

0 commit comments

Comments
 (0)