Skip to content

Commit

Permalink
Update spack_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford authored Sep 18, 2024
1 parent 2792180 commit a6a0569
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/spack_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,13 @@ jobs:
- name: Concretize
run: spack -e . concretize --fresh

- name: Install
run: spack -e . install --no-check-signature --fail-fast --keep-stage --show-log-on-error --verbose
- name: Install Dependencies
run: spack -e . install --no-check-signature --fail-fast --show-log-on-error --verbose --only dependencies

- name: Install HiOp
run: |
ls -al
spack -d -e . install --keep-stage --verbose --show-log-on-error --only package
- name: Test Build
run: cd $(spack -e . location --build-dir hiop@develop) && ctest -VV
Expand Down

0 comments on commit a6a0569

Please sign in to comment.