Skip to content

Commit 5f9ed41

Browse files
committed
Update
[ghstack-poisoned]
1 parent fe93dab commit 5f9ed41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/test_backend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ fi
5858

5959
if [[ $IS_MACOS -eq 1 ]]; then
6060
$SETUP_SCRIPT=.ci/scripts/setup-macos.sh
61-
else;
61+
else
6262
$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

0 commit comments

Comments
 (0)