Skip to content

Commit

Permalink
Fix GitHub test
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Sep 11, 2024
1 parent 8c8c8fb commit 58dbcce
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 @@ -112,7 +112,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 58dbcce

Please sign in to comment.