We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f556ca commit 01bd72cCopy full SHA for 01bd72c
1 file changed
.github/workflows/tests.yml
@@ -142,8 +142,8 @@ jobs:
142
run-post: false # skip post cleanup
143
144
- 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"
+ shell: bash -el {0}
+ run: CONDA_PLUGINS_USE_SHARDED_REPODATA=0 conda install --yes -n base conda-canary/label/dev::conda-libmamba-solver
147
148
- name: Conda Install
149
working-directory: conda # CONDA-LIBMAMBA-SOLVER CHANGE
0 commit comments