From abb1be43c44300c6067ddcd81a9a9eff69be9e5c Mon Sep 17 00:00:00 2001 From: Hannah Robertson <1076701+hannahilea@users.noreply.github.com> Date: Tue, 31 Mar 2026 14:12:49 -0400 Subject: [PATCH] remove libdap tests --- .github/workflows/.build-osx.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/.build-osx.yml b/.github/workflows/.build-osx.yml index 0c39fc1ccd..aa426ec38b 100644 --- a/.github/workflows/.build-osx.yml +++ b/.github/workflows/.build-osx.yml @@ -70,7 +70,7 @@ jobs: echo "PATH: $(cat $GITHUB_PATH)" ls $prefix shell: bash - - name: Build, check, and install libdap + - name: Build and install libdap run: | # In the future, consider moving this to the libdap repo... set -x @@ -80,7 +80,6 @@ jobs: autoreconf -fiv ./configure --prefix=$prefix --enable-developer make -j16 - make check make install ls $prefix shell: bash