Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice committed Jul 23, 2024
1 parent cdb25ca commit 26595aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-cice_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: install csh
uses: ConorMacBride/install-package@v1
with:
apt: csh where
apt: csh
- name: system info
run: |
type wget
Expand Down Expand Up @@ -107,7 +107,8 @@ jobs:
run: |
cd $HOME/cice
source /usr/share/miniconda/etc/profile.d/conda.csh
./cice.setup -m conda -e ${{ matrix.envdef }} -c case0 --pes 1x1 -s diag1
conda activate cice
/bin/csh cice.setup -m conda -e ${{ matrix.envdef }} -c case0 --pes 1x1 -s diag1
- name: check setup test
run: |
cd $HOME/cice
Expand Down

0 comments on commit 26595aa

Please sign in to comment.