diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebec334f01..551de7aef4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -243,6 +243,10 @@ jobs: python: "3.12" torch: "2.10.0" torchvision: "0.25.0" + - os: ubuntu-latest + python: "3.12" + torch: "2.11.0" + torchvision: "0.26.0" steps: - uses: actions/checkout@v6 - uses: actions/setup-python@v6