Add PyTorch 1.11 to past CI (#18302)

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2022-07-26 15:47:23 +02:00
committed by GitHub
parent bbc28106e0
commit c4c6b4dbda
3 changed files with 22 additions and 1 deletions

View File

@@ -6,9 +6,19 @@ on:
- run-past-ci*
jobs:
run_past_ci_pytorch_1-11:
name: PyTorch 1.11
if: always()
uses: ./.github/workflows/self-past.yml
with:
framework: pytorch
version: "1.11"
secrets: inherit
run_past_ci_pytorch_1-10:
name: PyTorch 1.10
if: always()
needs: [run_past_ci_pytorch_1-11]
uses: ./.github/workflows/self-past.yml
with:
framework: pytorch