Skip to content

Commit c203167

Browse files
committed
DEBUG test -k LogisticRegression
1 parent 41d1497 commit c203167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/azure/test_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ if [[ "$SHOW_SHORT_SUMMARY" == "true" ]]; then
5555
fi
5656

5757
set -x
58-
eval "$TEST_CMD --pyargs sklearn"
58+
eval "$TEST_CMD -k LogisticRegression --pyargs sklearn"
5959
set +x

0 commit comments

Comments
 (0)