Unverified Commit 1ebc1dee authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix Past CI not running against the latest `main` (#22823)



fix
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 42288269
......@@ -30,6 +30,7 @@ jobs:
with:
framework: pytorch
version: "1.13"
sha: ${{ github.sha }}
secrets: inherit
run_past_ci_pytorch_1-12:
......@@ -40,6 +41,7 @@ jobs:
with:
framework: pytorch
version: "1.12"
sha: ${{ github.sha }}
secrets: inherit
run_past_ci_pytorch_1-11:
......@@ -50,6 +52,7 @@ jobs:
with:
framework: pytorch
version: "1.11"
sha: ${{ github.sha }}
secrets: inherit
run_past_ci_pytorch_1-10:
......@@ -60,6 +63,7 @@ jobs:
with:
framework: pytorch
version: "1.10"
sha: ${{ github.sha }}
secrets: inherit
run_past_ci_pytorch_1-9:
......@@ -70,6 +74,7 @@ jobs:
with:
framework: pytorch
version: "1.9"
sha: ${{ github.sha }}
secrets: inherit
run_past_ci_tensorflow_2-11:
......@@ -80,6 +85,7 @@ jobs:
with:
framework: tensorflow
version: "2.11"
sha: ${{ github.sha }}
secrets: inherit
run_past_ci_tensorflow_2-10:
......@@ -90,6 +96,7 @@ jobs:
with:
framework: tensorflow
version: "2.10"
sha: ${{ github.sha }}
secrets: inherit
run_past_ci_tensorflow_2-9:
......@@ -100,6 +107,7 @@ jobs:
with:
framework: tensorflow
version: "2.9"
sha: ${{ github.sha }}
secrets: inherit
run_past_ci_tensorflow_2-8:
......@@ -110,6 +118,7 @@ jobs:
with:
framework: tensorflow
version: "2.8"
sha: ${{ github.sha }}
secrets: inherit
run_past_ci_tensorflow_2-7:
......@@ -120,6 +129,7 @@ jobs:
with:
framework: tensorflow
version: "2.7"
sha: ${{ github.sha }}
secrets: inherit
run_past_ci_tensorflow_2-6:
......@@ -130,6 +140,7 @@ jobs:
with:
framework: tensorflow
version: "2.6"
sha: ${{ github.sha }}
secrets: inherit
run_past_ci_tensorflow_2-5:
......@@ -140,4 +151,5 @@ jobs:
with:
framework: tensorflow
version: "2.5"
sha: ${{ github.sha }}
secrets: inherit
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment