8000 enable global dtype on all nightly build jobs (#23110) · scikit-learn/scikit-learn@e358bd7 · GitHub
[go: up one dir, main page]

Skip to content

Commit e358bd7

Browse files
authored
enable global dtype on all nightly build jobs (#23110)
1 parent 3d09637 commit e358bd7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build_tools/azure/test_script.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ if [[ "$BUILD_REASON" == "Schedule" ]]; then
2020
# only on nightly builds.
2121
# https://scikit-learn.org/stable/computing/parallelism.html#environment-variables
2222
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
2328
fi
2429

2530
mkdir -p $TEST_DIR

0 commit comments

Comments
 (0)
0