Skip to content

Commit 99f4cf9

Browse files
committed
Trigger with -Werror [all random seeds]
test_glm_regression test_glm_regression_hstacked_X test_glm_regression_vstacked_X test_glm_regression_unpenalized test_glm_regression_unpenalized_hstacked_X test_glm_regression_unpenalized_vstacked_X test_warm_start
1 parent 3458c39 commit 99f4cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/azure/test_script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ python -c "import sklearn; sklearn.show_versions()"
3838

3939
show_installed_libraries
4040

41-
TEST_CMD="python -m pytest --showlocals --durations=20 --junitxml=$JUNITXML"
41+
TEST_CMD="python -m pytest --showlocals --durations=20 --junitxml=$JUNITXML -Werror"
4242

4343
if [[ "$COVERAGE" == "true" ]]; then
4444
# Note: --cov-report= is used to disable to long text output report in the

0 commit comments

Comments
 (0)