From 3be6759926405ea48d5ed86291bce9c9dd66ae20 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Tue, 10 Oct 2023 02:33:47 +0200 Subject: [PATCH] Apply suggestions from code review --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 87fabe57592..cc0ff16c977 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -46,7 +46,7 @@ jobs: - { os: "windows-2022", python-version: "3.8", pytorch-version: "1.13.1" } - { os: "windows-2022", python-version: "3.9", pytorch-version: "1.13.1" } - { os: "windows-2022", python-version: "3.10", pytorch-version: "2.0.1" } - - { os: "windows-2022", python-version: "3.11", pytorch-version: "2.1.0" } + - { os: "windows-2022", python-version: "3.10", pytorch-version: "2.1.0" } # the oldest configurations - { os: "ubuntu-20.04", python-version: "3.8", pytorch-version: "1.8.1", requires: "oldest" } - { os: "macOS-11", python-version: "3.8", pytorch-version: "1.8.1", requires: "oldest" }