From 756dc62091d5ee73e215b1962b85600d84443af7 Mon Sep 17 00:00:00 2001 From: Astral Cai Date: Mon, 6 May 2024 10:29:11 -0400 Subject: [PATCH] Update legacy opmath tests to temporarily use the rc branch (#5653) --- .github/workflows/legacy_op_math.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/legacy_op_math.yml b/.github/workflows/legacy_op_math.yml index b78fe7684d6..63565b56301 100644 --- a/.github/workflows/legacy_op_math.yml +++ b/.github/workflows/legacy_op_math.yml @@ -11,6 +11,6 @@ jobs: secrets: codecov_token: ${{ secrets.CODECOV_TOKEN }} with: - branch: 'master' + branch: 'v0.36.0-rc0' run_lightened_ci: false disable_new_opmath: "True"