Test-CMT #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow aims to produce Near Real Time classification of profiles in BCs | |
name: Test-CMT | |
on: | |
workflow_dispatch: # allows you to trigger the workflow run manually | |
jobs: | |
classify-and-report: | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
shell: bash -l {0} | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
with: | |
ref: 'main' | |
- name: Set up Python 3.9 | |
uses: actions/setup-python@v4 | |
with: | |
python-version: '3.9' | |
- name: Setup Micromamba | |
uses: mamba-org/setup-micromamba@v1 | |
with: | |
environment-name: bc-monitor | |
environment-file: environment39-free.yml | |
cache-environment: true | |
- name: Classify and report | |
run: | | |
ls -al ~/.copernicusmarine | |
more ~/.copernicusmarine/.copernicusmarine-credentials | |
python cli/load_aviso.py |