From 8a1a6173635bb5207ab08775bfcc3c8fe2647de7 Mon Sep 17 00:00:00 2001 From: Justin Wozniak Date: Thu, 12 Dec 2024 13:33:26 -0600 Subject: [PATCH] Fix test for sed --- dev/conda/build-generic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/conda/build-generic.sh b/dev/conda/build-generic.sh index 772f50d4e..03244c3d0 100755 --- a/dev/conda/build-generic.sh +++ b/dev/conda/build-generic.sh @@ -121,7 +121,7 @@ then fi set -x -if [[ $PLATFORM =~ osx-* ]] && [[ ${GITHUB_ACTION:-0} != 0 ]] +if [[ $PLATFORM =~ osx-* ]] && [[ ${GITHUB_ACTION:-0} == 0 ]] then # Use this syntax on Mac, unless in GitHub, # where we install Homebrew gnu-sed