Skip to content

Merge branch 'gprof_v8' of github.com:simonpf/gprof_nn into gprof_v8 #202

Merge branch 'gprof_v8' of github.com:simonpf/gprof_nn into gprof_v8

Merge branch 'gprof_v8' of github.com:simonpf/gprof_nn into gprof_v8 #202

name: test_retrieval
on: [push]
jobs:
run_retrieval_gmi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- run: pip install -e .
- run: cd test; ./test_retrieval_gmi.sh
- run: cd test; ./test_retrieval_gmi_hr.sh
- run: cd test; ./test_retrieval_tmi.sh
- run: cd test; ./test_retrieval_f15.sh
- run: cd test; ./test_retrieval_f17.sh
- run: cd test; ./test_retrieval_amsre.sh
- run: cd test; ./test_retrieval_amsr2.sh