Skip to content

Commit 01bd72c

Browse files
committed
use bash -el {0}
1 parent 0f556ca commit 01bd72c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ jobs:
142142
run-post: false # skip post cleanup
143143

144144
- name: Upgrade conda-libmamba-solver (without sharded repodata)
145-
shell: bash
146-
run: "CONDA_PLUGINS_USE_SHARDED_REPODATA=0 conda install --yes -n base conda-canary/label/dev::conda-libmamba-solver"
145+
shell: bash -el {0}
146+
run: CONDA_PLUGINS_USE_SHARDED_REPODATA=0 conda install --yes -n base conda-canary/label/dev::conda-libmamba-solver
147147

148148
- name: Conda Install
149149
working-directory: conda # CONDA-LIBMAMBA-SOLVER CHANGE

0 commit comments

Comments
 (0)