File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,10 +141,6 @@ jobs:
141141 condarc-file : conda\.github\condarc-${{ matrix.default-channel }}
142142 run-post : false # skip post cleanup
143143
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"
147-
148144 - name : Conda Install
149145 working-directory : conda # CONDA-LIBMAMBA-SOLVER CHANGE
150146 # CONDA-LIBMAMBA-SOLVER CHANGE: add conda-libmamba-solver requirements.txt
@@ -310,9 +306,6 @@ jobs:
310306 condarc-file : conda/.github/condarc-${{ matrix.default-channel }}
311307 run-post : false # skip post cleanup
312308
313- - name : Upgrade conda-libmamba-solver (without sharded repodata)
314- run : CONDA_PLUGINS_USE_SHARDED_REPODATA=0 conda install --yes -n base conda-canary/label/dev::conda-libmamba-solver
315-
316309 - name : Conda Install
317310 working-directory : conda
318311 run : >
@@ -589,9 +582,6 @@ jobs:
589582 miniforge-version : ${{ (matrix.default-channel == 'conda-forge' && matrix.arch == 'osx-64') && 'latest' || null }}
590583 architecture : ${{ runner.arch }}
591584
592- - name : Upgrade conda-libmamba-solver (without sharded repodata)
593- run : CONDA_PLUGINS_USE_SHARDED_REPODATA=0 conda install --yes -n base conda-canary/label/dev::conda-libmamba-solver
594-
595585 - name : Conda Install
596586 working-directory : conda # CONDA-LIBMAMBA-SOLVER CHANGE
597587 # CONDA-LIBMAMBA-SOLVER CHANGE: add conda-libmamba-solver requirements.txt
You can’t perform that action at this time.
0 commit comments