Skip to content

Commit 8b65c70

Browse files
committed
add env var setting to pytest cpu env file
1 parent 7a2cc1c commit 8b65c70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/envs/run_tests/pytest_cpu

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ export JAXCI_INSTALL_WHEELS_LOCALLY=1
2525
export JAX_ENABLE_X64=0
2626

2727
# Clone XLA at HEAD.
28-
export JAXCI_CLONE_MAIN_XLA=1
28+
export JAXCI_CLONE_MAIN_XLA=1
29+
30+
export TF_CPP_MIN_LOG_LEVEL=0

0 commit comments

Comments
 (0)