From 2c12985bcd056da41c695e5389d7a13d03e50e3d Mon Sep 17 00:00:00 2001 From: vfdev Date: Mon, 16 Dec 2024 22:34:19 +0100 Subject: [PATCH] Update pytorch-version-tests.yml --- .github/workflows/pytorch-version-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pytorch-version-tests.yml b/.github/workflows/pytorch-version-tests.yml index a7c342135d7..1456a045e7e 100644 --- a/.github/workflows/pytorch-version-tests.yml +++ b/.github/workflows/pytorch-version-tests.yml @@ -30,6 +30,10 @@ jobs: python-version: "3.11" - pytorch-version: 1.12.1 python-version: "3.11" + # Conda fails to install cpuonly version and few cpu distributed tests are + # failing with unrelated errors + - pytorch-version: 1.13.1 + python-version: "3.11" steps: - uses: actions/checkout@v4