Skip to content

Commit

Permalink
Reorder legacy test
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Jun 20, 2024
1 parent a4370ef commit 310e57a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/legacy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.8

- name: Install older dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements_min.txt
pip install pytest

- 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/

0 comments on commit 310e57a

Please sign in to comment.