Skip to content

Commit

Permalink
Turn off openfast in CI (#1084)
Browse files Browse the repository at this point in the history
OpenFAST is segfaulting. I can't reproduce on my laptop.  Turning it off in the CI again.

OpenFAST/openfast#1345
  • Loading branch information
psakievich committed Nov 23, 2022
1 parent f95e5a6 commit 6e8617e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
source ${SPACK_MANAGER}/start.sh && \
ln -s ${GITHUB_WORKSPACE} nalu-wind && \
source ${SPACK_MANAGER}/start.sh && \
quick-develop -s nalu-wind@master+tioga+hypre+openfast && \
quick-develop -s nalu-wind@master+tioga+hypre && \
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 6e8617e

Please sign in to comment.