Skip to content

Allow cov_YY as arg to AdaptiveESMDA assimilate (#195) #151

Allow cov_YY as arg to AdaptiveESMDA assimilate (#195)

Allow cov_YY as arg to AdaptiveESMDA assimilate (#195) #151

Workflow file for this run

name: Pre-commit tests
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install tox
run: pip install tox
- name: Check precommit
run: tox -e precommit