Use libmamba solver
This commit is contained in:
parent
e318055304
commit
8e6cef32b5
3
.github/workflows/deployment.yaml
vendored
3
.github/workflows/deployment.yaml
vendored
@ -14,8 +14,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: |
|
run: |
|
||||||
$CONDA/bin/conda install --quiet --yes conda-build anaconda-client
|
$CONDA/bin/conda install --quiet --yes conda-build anaconda-client conda-libmamba-solver
|
||||||
$CONDA/bin/conda config --append channels conda-forge
|
$CONDA/bin/conda config --append channels conda-forge
|
||||||
|
$CONDA/bin/conda config --set solver libmamba
|
||||||
$CONDA/bin/conda config --set anaconda_upload yes
|
$CONDA/bin/conda config --set anaconda_upload yes
|
||||||
|
|
||||||
- name: Build and upload
|
- name: Build and upload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user