Skip to content

Commit

Permalink
change default
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 11, 2024
1 parent dab8148 commit 728d9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e -E -u -o pipefail

# defaults
IN_UBUNTU_BASE_CONTAINER=${IN_UBUNTU_BASE_CONTAINER:-"false"}
SETUP_CONDA=${SETUP_CONDA:-"false"}
SETUP_CONDA=${SETUP_CONDA:-"true"}

if [[ $OS_NAME == "macos" ]]; then
if [[ $COMPILER == "clang" ]]; then
Expand Down

0 comments on commit 728d9c4

Please sign in to comment.