Skip to content

Commit

Permalink
recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Dec 14, 2024
1 parent 5168cee commit c3bf0b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
working-directory: modflow6
shell: pixi run bash -e {0}
run: |
cp bin/* ~/.local/bin/modflow/
cp -R bin/* ~/.local/bin/modflow/
cd ../modflow6-examples/autotest
pytest -v -n auto test_scripts.py
Expand Down Expand Up @@ -474,8 +474,7 @@ jobs:
working-directory: modflow6
shell: pixi run bash -e {0}
run: |
cp bin/mf6 ~/.local/bin/modflow/
cp bin/libmf6.so ~/.local/bin/modflow/
cp -R bin/* ~/.local/bin/modflow/
cd ../modflow6-examples/autotest
pytest -v -n auto test_scripts.py
Expand Down

0 comments on commit c3bf0b9

Please sign in to comment.