Skip to content

Test-CMT

Test-CMT #2

Workflow file for this run

# 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: |
python cli/load_aviso.py