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 035dee2 commit 2ad1946
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-cice_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 2ad1946

Please sign in to comment.