From d2805515baae0c65f6dec8c8c819cb6cb4e160a3 Mon Sep 17 00:00:00 2001 From: ASintsova Date: Thu, 8 Feb 2024 17:55:20 +0100 Subject: [PATCH] Update ci-with-conda.yml --- .github/workflows/ci-with-conda.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-with-conda.yml b/.github/workflows/ci-with-conda.yml index 8592f01..9daeca1 100644 --- a/.github/workflows/ci-with-conda.yml +++ b/.github/workflows/ci-with-conda.yml @@ -24,7 +24,8 @@ jobs: echo $CONDA/bin >> $GITHUB_PATH - name: Install dependencies run: | - conda env update --file mbarq_environment.yaml --name base + conda install mamba + mamba env update --file mbarq_environment.yaml --name base - name: Lint with flake8 run: | conda install flake8