Skip to content

Commit

Permalink
Fix test for sed
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Dec 12, 2024
1 parent d65d957 commit 8a1a617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/conda/build-generic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a1a617

Please sign in to comment.