Skip to content

Commit

Permalink
ci(ubuntu): reinstate ex-gwe-radial, copy libmf6.so (#1992)
Browse files Browse the repository at this point in the history
Follow up on #1980. The radial GWE example has been modified to reduce memory use, don't skip it anymore. Also copy libmf6.so in the gfortran test job (missed this in #1980).
  • Loading branch information
wpbonelli authored Aug 15, 2024
1 parent a93cb27 commit 1bebb6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,12 +316,13 @@ jobs:
if: runner.os == 'Linux'
uses: modflowpy/install-modflow-action@v1

- name: Test MF6 examples
- name: Test examples
if: runner.os == 'Linux'
working-directory: modflow6
shell: pixi run bash -e {0}
run: |
cp bin/mf6 $(which mf6)
cp bin/mf6 ~/.local/bin/modflow/
cp bin/libmf6.so ~/.local/bin/modflow/
cd ../modflow6-examples/autotest
pytest -v -n auto test_scripts.py
Expand Down Expand Up @@ -476,8 +477,7 @@ jobs:
cp bin/mf6 ~/.local/bin/modflow/
cp bin/libmf6.so ~/.local/bin/modflow/
cd ../modflow6-examples/autotest
# todo reinstate ex-gwe-radial once memory use reduced
pytest -v -n auto test_scripts.py -k "not gwe-radial"
pytest -v -n auto test_scripts.py
- name: Upload failed test output
if: failure()
Expand Down

0 comments on commit 1bebb6b

Please sign in to comment.