Skip to content

Commit c46febf

Browse files
committed
Update
[ghstack-poisoned]
1 parent 7b4b989 commit c46febf

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
@@ -57,9 +57,9 @@ if [[ "$FLOW" == *arm* ]]; then
5757
fi
5858

5959
if [[ $IS_MACOS -eq 1 ]]; then
60-
$SETUP_SCRIPT=.ci/scripts/setup-macos.sh
60+
SETUP_SCRIPT=.ci/scripts/setup-macos.sh
6161
else
62-
$SETUP_SCRIPT=.ci/scripts/setup-linux.sh
62+
SETUP_SCRIPT=.ci/scripts/setup-linux.sh
6363
fi
6464
${CONDA_RUN} --no-capture-output CMAKE_ARGS="$EXTRA_BUILD_ARGS" $SETUP_SCRIPT --build-tool cmake --build-mode Release --editable true
6565

0 commit comments

Comments
 (0)