8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d09637 commit e358bd7Copy full SHA for e358bd7
build_tools/azure/test_script.sh
@@ -20,6 +20,11 @@ if [[ "$BUILD_REASON" == "Schedule" ]]; then
20
# only on nightly builds.
21
# https://scikit-learn.org/stable/computing/parallelism.html#environment-variables
22
export SKLEARN_TESTS_GLOBAL_RANDOM_SEED="any"
23
+
24
+ # Enable global dtype fixture for all nightly builds to discover
25
+ # numerical-sensitive tests.
26
+ # https://scikit-learn.org/stable/computing/parallelism.html#environment-variables
27
+ export SKLEARN_RUN_FLOAT32_TESTS=1
28
fi
29
30
mkdir -p $TEST_DIR
0 commit comments