Skip to content

License we use on ECMWF and MSS added #32

License we use on ECMWF and MSS added

License we use on ECMWF and MSS added #32

Workflow file for this run

name: Pytest MSS / data-retrieval
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
PAT: ${{ secrets.PAT }}
jobs:
Test-MSS:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt update \
&& sudo apt install nco cdo libeccodes-tools \
&& python -m pip install --upgrade pip cdsapi cfgrib eccodes MetPy tqdm xarray "numpy<2" netCDF4 pytest
- name: Run tests
timeout-minutes: 25
run: |
cd $GITHUB_WORKSPACE \
&& pytest -v --durations=20