From f6ef1e286de4aba6671a62f0442e023316299541 Mon Sep 17 00:00:00 2001 From: jinningwang Date: Sun, 29 Sep 2024 16:13:43 -0400 Subject: [PATCH] [WIP] Try to fix github action error --- .github/workflows/pythonapp.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 4629658ae..9b0eaf8fb 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -16,8 +16,14 @@ jobs: channels: conda-forge,defaults channel-priority: true activate-environment: anaconda-client-env - - name: Configure conda to use default solver - run: conda config --set solver classic + - shell: bash -el {0} + name: Configure conda to use default solver + run: | + conda config --set solver classic + - shell: bash -el {0} + name: Install mamba + run: | + conda install -n base -c conda-forge mamba - shell: bash -el {0} name: Install dependencies run: |