From 6e8617ef902b02f0e645a1ac75387f04c5d0435a Mon Sep 17 00:00:00 2001 From: psakievich Date: Wed, 23 Nov 2022 10:36:34 -0700 Subject: [PATCH] Turn off openfast in CI (#1084) OpenFAST is segfaulting. I can't reproduce on my laptop. Turning it off in the CI again. https://github.com/OpenFAST/openfast/issues/1345 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2667c2716..1c23c398e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \