Skip to content

Commit 36184ee

Browse files
committed
Remove unset flag
1 parent 3a41e3e commit 36184ee

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
@@ -15,7 +15,7 @@ jobs:
1515
- checkout
1616
- run:
1717
name: Install Environment and Run Tests
18-
shell: /bin/bash -exuo pipefail
18+
shell: /bin/bash -exo pipefail
1919
command: |
2020
MINI_URL="https://github.com/conda-forge/miniforge/releases/download/24.3.0-0/Miniforge-24.3.0-0-Linux-aarch64.sh"
2121
wget -q $MINI_URL -O Miniforge3.sh
@@ -97,7 +97,7 @@ jobs:
9797

9898
- run:
9999
name: Install Anaconda Client & Upload Wheels
100-
shell: /bin/bash -exuo pipefail
100+
shell: /bin/bash -exo pipefail
101101
command: |
102102
MINI_URL="https://github.com/conda-forge/miniforge/releases/download/24.3.0-0/Miniforge-24.3.0-0-Linux-aarch64.sh"
103103
wget -q $MINI_URL -O Miniforge3.sh

0 commit comments

Comments
 (0)