Skip to content

Commit 57a93ac

Browse files
committed
Update
[ghstack-poisoned]
1 parent c6e3dc5 commit 57a93ac

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.ci/scripts/test_backend_linux.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ eval "$(conda shell.bash hook)"
1919
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
2020
conda activate "${CONDA_ENV}"
2121

22+
if [[ "TEST" == "Darwin" ]]; then
23+
IS_MACOS=1
24+
bash .ci/scripts/setup-conda.sh
25+
eval "$(conda shell.bash hook)"
26+
${CONDA_RUN} --no-capture-output pip install awscli==1.37.21
27+
CONDA_PREFIX="${CONDA_RUN} --no-capture-output"
28+
else
29+
IS_MACOS=0
30+
CONDA_PREFIX=""
31+
fi
2232

2333
export PYTHON_EXECUTABLE=python
2434

0 commit comments

Comments
 (0)