Skip to content

Commit a4b6f15

Browse files
committed
Revert "install test dependencies with canary conda-libmamba-solver"
This reverts commit 0f556ca.
1 parent 5e218cd commit a4b6f15

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)