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 87407a5 commit 9e07670
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .github/workflows/test-cice_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,21 @@ jobs:
uses: actions/checkout@v2
with:
submodules: 'recursive'
- 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
mamba-version: "*"
# - 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
# mamba-version: "*"
- name: setup conda env
shell: /bin/bash {0}
run: |
cd $HOME && mkdir -p cice-dirs/runs cice-dirs/baseline cice-dirs/input
source $HOME/miniconda/bin/activate
conda init tcsh
cd $HOME/cice
conda env create -f configuration/scripts/machines/environment.yml
- name: system info
shell: /bin/bash {0}
run: |
Expand Down

0 comments on commit 9e07670

Please sign in to comment.