Skip to content

Commit

Permalink
Create 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 6ce0dda commit 0a07252
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/get_glorys_test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: get_glorys_data-ci

on:
push:
branches: [ "fix/copernicusmarine" ]
pull_request:
branches: [ "fix/copernicusmarine" ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"

- name: Install copernicusmarine
run: |
pwd
cat tools/initial/copernicusmarine-env.yml
conda info
conda list
conda env create --file tools/initial/copernicusmarine-env.yml

0 comments on commit 0a07252

Please sign in to comment.