Skip to content

Commit c6e3dc5

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

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.ci/scripts/test_backend_linux.sh

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

22-
if [[ "$(uname)" == "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
3222

3323
export PYTHON_EXECUTABLE=python
3424

0 commit comments

Comments
 (0)