Skip to content

Commit

Permalink
update spack github test
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jan 21, 2025
1 parent 8f5cfc9 commit dc7329f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/withspack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
# the || true prevents a fail if parallelio is not installed
# spack uninstall -y parallelio@=develop+pnetcdf+fortran ^mpich || true
# spack dev-build -d $GITHUB_WORKSPACE parallelio@=develop+pnetcdf+fortran ^mpich
spack uninstall -y parallelio@develop+pnetcdf+fortran ^mpich || true
spack dev-build -d $GITHUB_WORKSPACE parallelio@develop+pnetcdf+fortran ^mpich
spack uninstall -y parallelio@=develop+pnetcdf+fortran ^mpich || true
spack dev-build -d $GITHUB_WORKSPACE parallelio@=develop+pnetcdf+fortran ^mpich
- name: Test parallelio
run: |
Expand Down

0 comments on commit dc7329f

Please sign in to comment.