From 2ad19460accf2b8eeb29f0d5f7b4f78d48bb8b8c Mon Sep 17 00:00:00 2001 From: anton-seaice Date: Mon, 22 Jul 2024 16:49:35 +1000 Subject: [PATCH] test linux workflow --- .github/workflows/test-cice_ubuntu.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-cice_ubuntu.yml b/.github/workflows/test-cice_ubuntu.yml index e690281c5..dff7076e8 100644 --- a/.github/workflows/test-cice_ubuntu.yml +++ b/.github/workflows/test-cice_ubuntu.yml @@ -36,9 +36,10 @@ jobs: - name: install conda environment uses: conda-incubator/setup-miniconda@v3 with: - activate-environment: "cice" - environment-file: configuration/scripts/machines/environment.yml - auto-activate-base: false + activate-environment: cice + environment-file: configuration/scripts/machines/environment.yml + auto-activate-base: false + mamba-version: "*" - name: system info # shell: /bin/bash {0} run: |