Skip to content

Index calculation framework & CI/CD framework #2

Index calculation framework & CI/CD framework

Index calculation framework & CI/CD framework #2

Workflow file for this run

name: PR pytest checking
on:
pull_request:
branches:
- develop
jobs:
unittest:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Micromamba ${{ matrix.python-version }}
uses: mamba-org/setup-micromamba@v1
with:
environment-file: regional_mom6.yml
init-shell: bash
- name: pytesting
shell: bash -l {0}
run: pytest