Skip to content

Commit bdf69cd

Browse files
committed
Update
[ghstack-poisoned]
1 parent c43ca02 commit bdf69cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/scripts/test_backend.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ if [[ "$(uname)" == "Darwin" ]]; then
2424
eval "$(conda shell.bash hook)"
2525
CONDA_RUN_CMD="${CONDA_RUN} --no-capture-output"
2626
${CONDA_RUN_CMD} pip install awscli==1.37.21
27-
IS_MACOS=0
27+
IS_MACOS=1
2828
else
2929
CONDA_RUN_CMD=""
30-
IS_MACOS=1
30+
IS_MACOS=0
3131
fi
3232

3333
export PYTHON_EXECUTABLE=python

0 commit comments

Comments
 (0)