Skip to content

Matched data in a single dataframe #469

Matched data in a single dataframe

Matched data in a single dataframe #469

Workflow file for this run

name: Notebooks test
on:
push:
branches: [ main]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Install fmskill
run: |
pip install .[test,notebooks]
- name: Test notebooks
run: |
pytest tests/notebooks/