From cf3742df138490a78d9f9b1913ad2da8b2e304e9 Mon Sep 17 00:00:00 2001 From: iefgnoix Date: Tue, 6 Feb 2024 21:41:31 +0000 Subject: [PATCH] fix typo --- .github/workflows/_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 49ebe09a6e4..cd5e8f9bb94 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -59,7 +59,7 @@ jobs: run_xla_op_tests2: 'xla_op2' - run_python_tests: 'python_tests' run_xla_op_tests3: 'xla_op3' - - run_python_tests: 'python' + - run_python_tests: 'python_tests' run_torch_mp_op_tests: 'torch_mp_op' timeout-minutes: ${{ inputs.timeout-minutes }} env: