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 3a41e3e commit 36184eeCopy full SHA for 36184ee
.circleci/config.yml
@@ -15,7 +15,7 @@ jobs:
15
- checkout
16
- run:
17
name: Install Environment and Run Tests
18
- shell: /bin/bash -exuo pipefail
+ shell: /bin/bash -exo pipefail
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"
21
wget -q $MINI_URL -O Miniforge3.sh
@@ -97,7 +97,7 @@ jobs:
97
98
99
name: Install Anaconda Client & Upload Wheels
100
101
102
103
0 commit comments