From 035dee2cac1d076369a660dc4f34893b803abe57 Mon Sep 17 00:00:00 2001 From: anton-seaice Date: Mon, 22 Jul 2024 16:48:02 +1000 Subject: [PATCH] test linux workflow --- .github/workflows/test-cice_ubuntu.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-cice_ubuntu.yml b/.github/workflows/test-cice_ubuntu.yml index 20d064701..e690281c5 100644 --- a/.github/workflows/test-cice_ubuntu.yml +++ b/.github/workflows/test-cice_ubuntu.yml @@ -38,8 +38,9 @@ jobs: with: activate-environment: "cice" environment-file: configuration/scripts/machines/environment.yml + auto-activate-base: false - name: system info - shell: /bin/bash {0} + # shell: /bin/bash {0} run: | conda activate /usr/share/miniconda/envs/cice conda env list @@ -83,7 +84,8 @@ jobs: # conda env create -f configuration/scripts/machines/environment.yml - name: check conda env run: | - conda activate cice + conda info + # conda activate cice which clang && which gfortran && which mpicc && which mpifort && which make clang --version gfortran --version