Skip to content

Commit

Permalink
Update get_glorys_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengt900 authored Apr 6, 2024
1 parent 759898b commit 73a5f68
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/get_glorys_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,24 @@ on:
jobs:
get-glorys-data-ci:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}

steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
activate-environment: cmc
environment-file: tools/initial/copernicusmarine-env.yml
environment-file: tools/initial/copernicusmarine-env.yml
auto-activate-base: false
- run: |
conda info --envs
conda activate cmc
conda info --envs
cd tools/initial
copernicusmarine --help
#conda activate cmc
#conda info --envs
#cd tools/initial
#copernicusmarine --help
# - name: Test get_glorts_data.sh
# run: |
Expand Down

0 comments on commit 73a5f68

Please sign in to comment.