diff --git a/build_tools/azure/test_script.sh b/build_tools/azure/test_script.sh index 73e9ba0b618ac..1e62e2635c386 100755 --- a/build_tools/azure/test_script.sh +++ b/build_tools/azure/test_script.sh @@ -20,6 +20,11 @@ if [[ "$BUILD_REASON" == "Schedule" ]]; then # only on nightly builds. # https://scikit-learn.org/stable/computing/parallelism.html#environment-variables export SKLEARN_TESTS_GLOBAL_RANDOM_SEED="any" + + # Enable global dtype fixture for all nightly builds to discover + # numerical-sensitive tests. + # https://scikit-learn.org/stable/computing/parallelism.html#environment-variables + export SKLEARN_RUN_FLOAT32_TESTS=1 fi mkdir -p $TEST_DIR