From 8e6cef32b50e84938841825ee03268dc182b625d Mon Sep 17 00:00:00 2001 From: Ivan Usov <ivan.usov@psi.ch> Date: Sun, 2 Jul 2023 22:59:11 +0200 Subject: [PATCH] Use libmamba solver --- .github/workflows/deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 3ad95eb..49226e4 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -14,8 +14,9 @@ jobs: - name: Prepare 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 --set solver libmamba $CONDA/bin/conda config --set anaconda_upload yes - name: Build and upload -- GitLab