Skip to content

Commit 204dd3e

Browse files
committed
Update
[ghstack-poisoned]
1 parent 6947827 commit 204dd3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ci/scripts/test_backend.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
2020
conda activate "${CONDA_ENV}"
2121

2222
if [[ "$(uname)" == "Darwin" ]]; then
23-
${CONDA_RUN} --no-capture-output pip install awscli==1.37.21
2423
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
2527
CONDA_PREFIX="${CONDA_RUN} --no-capture-output"
2628
else
2729
IS_MACOS=0

0 commit comments

Comments
 (0)