Skip to content

Commit

Permalink
External tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
psakievich authored Jul 16, 2024
1 parent 27c8a53 commit 38d8701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
spack -e e4s-build config add view:true && \
spack -e e4s-build concretize && \
quick-create-dev -s nalu-wind@master+tioga+hypre && \
spack manager external --exclude=nalu-wind,gmake ${EXAWIND_MANAGER}/environments/e4s-build && \
spack manager external ${EXAWIND_MANAGER}/environments/e4s-build --exclude nalu-wind gmake && \
spack install && \
spack cd -b nalu-wind && \
spack build-env nalu-wind ctest -j $(nproc) -L unit --output-on-failure \
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
spack -e e4s-build config add view:true && \
spack -e e4s-build concretize && \
quick-create-dev -s nalu-wind@master+tioga+hypre~trilinos-solvers && \
spack manager external --exclude=nalu-wind,gmake ${EXAWIND_MANAGER}/environments/e4s-build && \
spack manager external ${EXAWIND_MANAGER}/environments/e4s-build --exclude nalu-wind gmake && \
spack install && \
spack cd -b nalu-wind && \
spack build-env nalu-wind ctest -j $(nproc) -L unit --output-on-failure \
Expand Down

0 comments on commit 38d8701

Please sign in to comment.