Skip to content

Commit

Permalink
test linux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice committed Jul 22, 2024
1 parent 867301d commit 035dee2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-cice_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 035dee2

Please sign in to comment.