Skip to content

Merge pull request #719 from DHI/fix_dfs0_concat #312

Merge pull request #719 from DHI/fix_dfs0_concat

Merge pull request #719 from DHI/fix_dfs0_concat #312

Workflow file for this run

name: Legacy test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install MIKE IO
run: |
python -m pip install --upgrade pip
pip install .[test]
pip install -r requirements_min.txt
- name: Test with pytest
run: |
pytest --ignore tests/notebooks/