From 87356c9b2160f02f3d5d21aedf79f31274394c35 Mon Sep 17 00:00:00 2001 From: Marc Henry de Frahan Date: Wed, 31 Jul 2024 10:28:34 -0600 Subject: [PATCH] remove wind utils from CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21c7f1867..ff9eacccb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: spack -e e4s-build config add view:true && \ spack -e e4s-build add cmake && \ spack -e e4s-build install && \ - quick-create-dev -s nalu-wind@master+tioga+hypre+wind-utils && \ + quick-create-dev -s nalu-wind@master+tioga+hypre && \ spack manager external ${EXAWIND_MANAGER}/environments/e4s-build --exclude nalu-wind && \ spack install && \ spack cd -b nalu-wind && \ @@ -80,7 +80,7 @@ jobs: spack -e e4s-build config add view:true && \ spack -e e4s-build add cmake && \ spack -e e4s-build install && \ - quick-create-dev -s nalu-wind@master+tioga+hypre~trilinos-solvers+wind-utils && \ + quick-create-dev -s nalu-wind@master+tioga+hypre~trilinos-solvers && \ spack manager external ${EXAWIND_MANAGER}/environments/e4s-build --exclude nalu-wind && \ spack install && \ spack cd -b nalu-wind && \