Skip to content

Commit

Permalink
ci3
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 18, 2023
1 parent 8abe847 commit a4e1770
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,15 +348,15 @@ jobs:
echo $LD_LIBRARY_PATH
echo "PATH:"
echo $PATH
ls -l /d/a/modflow6/modflow6/modflow6/bin
ls -l /Users/runner/work/modflow6/modflow6/modflow6/bin
echo "FILE:"
file /d/a/modflow6/modflow6/modflow6/bin/mf6
file /Users/runner/work/modflow6/modflow6/modflow6/bin/mf6
echo "LDD1:"
ldd /d/a/modflow6/modflow6/modflow6/bin/mf6
ldd /Users/runner/work/modflow6/modflow6/modflow6/bin/mf6
#/d/a/modflow6/modflow6/modflow6/bin/mf6 --version
which mf6
#which mf6
#mf6
mf6 --version
/Users/runner/work/modflow6/modflow6/modflow6/mf6 --version
- name: Update flopy
working-directory: modflow6/autotest
Expand Down Expand Up @@ -528,15 +528,15 @@ jobs:
echo $LD_LIBRARY_PATH
echo "PATH:"
echo $PATH
ls -l /d/a/modflow6/modflow6/modflow6/bin
ls -l /home/runner/work/modflow6/modflow6/modflow6/bin
echo "FILE:"
file /d/a/modflow6/modflow6/modflow6/bin/mf6
file /home/runner/work/modflow6/modflow6/modflow6/bin/mf6
echo "LDD1:"
ldd /d/a/modflow6/modflow6/modflow6/bin/mf6
ldd /home/runner/work/modflow6/modflow6/modflow6/bin/mf6
#/d/a/modflow6/modflow6/modflow6/bin/mf6 --version
which mf6
#which mf6
#mf6
mf6 --version
/home/runner/work/modflow6/modflow6/modflow6/bin/mf6 --version
- name: Update flopy
working-directory: modflow6/autotest
Expand Down

0 comments on commit a4e1770

Please sign in to comment.