Skip to content

Commit

Permalink
ci: test example models on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Dec 14, 2024
1 parent 3045d44 commit 5168cee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,16 +317,13 @@ jobs:
pixi run autotest -m "$markers" -k "$filters"
- name: Install executables
if: runner.os == 'Linux'
uses: modflowpy/install-modflow-action@v1

- name: Test examples
if: runner.os == 'Linux'
working-directory: modflow6
shell: pixi run bash -e {0}
run: |
cp bin/mf6 ~/.local/bin/modflow/
cp bin/libmf6.so ~/.local/bin/modflow/
cp bin/* ~/.local/bin/modflow/
cd ../modflow6-examples/autotest
pytest -v -n auto test_scripts.py
Expand Down

0 comments on commit 5168cee

Please sign in to comment.