From 09b13ef15fcae366202b1d9b60895798355b4546 Mon Sep 17 00:00:00 2001 From: Pei Zhang Date: Thu, 21 Dec 2023 14:57:10 -0800 Subject: [PATCH] Pin expecttest version (#6221) (#6228) Co-authored-by: JackCaoG <59073027+JackCaoG@users.noreply.github.com> --- test/tpu/xla_test_job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tpu/xla_test_job.yaml b/test/tpu/xla_test_job.yaml index e727953ddc4..2e74cc668d0 100644 --- a/test/tpu/xla_test_job.yaml +++ b/test/tpu/xla_test_job.yaml @@ -41,7 +41,7 @@ spec: - bash - -cxe - | - pip install expecttest + pip install expecttest==0.1.6 pip install rich python3 /src/pytorch/xla/test/test_operations.py -v