Skip to content

Commit 5c4bf62

Browse files
committed
BLD: Trivial change to test cache
1 parent dae0a03 commit 5c4bf62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/setup_env.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ elif [[ "$(uname)" == 'Linux' ]]; then
2626
elif [[ "$(uname)" == 'Darwin' ]]; then
2727
CONDA_URL="$DEFAULT_CONDA_URL-MacOSX-x86_64.sh"
2828
else
29-
echo "OS $(uname) not supported"
30-
exit 1
29+
echo "OS $(uname) not supported"
30+
exit 1
3131
fi
3232
echo "Downloading $CONDA_URL"
3333
wget -q $CONDA_URL -O miniconda.sh

0 commit comments

Comments
 (0)