diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 91903eb5b..132ae2532 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,8 +25,8 @@ jobs: conda: True - os: ubuntu-latest python: '3.10' - torch: 2.0.0+cpu - torchvision: 0.15.1+cpu + torch: 2.0.1+cpu + torchvision: 0.15.2+cpu torch-source: https://download.pytorch.org/whl/torch_stable.html build-isolation: True - os: macos-11 @@ -44,8 +44,8 @@ jobs: conda: True - os: macos-11 python: '3.10' - torch: 2.0.0 - torchvision: 0.15.1 + torch: 2.0.1 + torchvision: 0.15.2 torch-source: https://download.pytorch.org/whl/torch_stable.html build-isolation: True - os: windows-latest