Skip to content

Fix bug in Dfsu spectral files directions conversion #333

Fix bug in Dfsu spectral files directions conversion

Fix bug in Dfsu spectral files directions conversion #333

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/