Skip to content

Commit

Permalink
try to get spack dev-build working
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Sep 25, 2024
1 parent 91baa4f commit 4c6ebc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/withspack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# 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 dev-build -d $GITHUB_WORKSPACE parallelio@=git.develop+pnetcdf+fortran ^mpich
- name: Test parallelio
run: |
Expand All @@ -72,6 +72,6 @@ jobs:
popd
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
# - name: Setup tmate session
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3

0 comments on commit 4c6ebc0

Please sign in to comment.