Skip to content

Commit 877eb50

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/scripts/test_backend_linux.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ 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
22+
if [[ "$(uname)" == "Darwin" ]]; then
2323
IS_MACOS=1
2424
bash .ci/scripts/setup-conda.sh
2525
eval "$(conda shell.bash hook)"
2626
${CONDA_RUN} --no-capture-output pip install awscli==1.37.21
2727
CONDA_PREFIX="${CONDA_RUN} --no-capture-output"
2828
else
29-
IS_MACOS=0
30-
CONDA_PREFIX=""
29+
#IS_MACOS=0
30+
#CONDA_PREFIX=""
3131
fi
3232

3333
export PYTHON_EXECUTABLE=python

0 commit comments

Comments
 (0)