From c6e222433223a36e20844a79771557c4a180d8a3 Mon Sep 17 00:00:00 2001 From: Jirka B Date: Wed, 13 Nov 2024 00:26:07 +0100 Subject: [PATCH] ci: testing with next PR 2.6 --- .github/workflows/ci-tests.yml | 6 +++--- .github/workflows/docker-build.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 4e79c632692..4c5edb1554f 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -54,9 +54,9 @@ jobs: - { os: "windows-2022", python-version: "3.10", pytorch-version: "2.0.1" } - { os: "windows-2022", python-version: "3.12", pytorch-version: "2.5.0" } # Future released version - #- { os: "ubuntu-22.04", python-version: "3.11", pytorch-version: "2.5.0" } - #- { os: "macOS-14", python-version: "3.11", pytorch-version: "2.5.0" } - #- { os: "windows-2022", python-version: "3.11", pytorch-version: "2.5.0" } + - { os: "ubuntu-22.04", python-version: "3.11", pytorch-version: "2.6.0" } + - { os: "macOS-14", python-version: "3.11", pytorch-version: "2.6.0" } + - { os: "windows-2022", python-version: "3.11", pytorch-version: "2.6.0" } env: FREEZE_REQUIREMENTS: ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }} PYPI_CACHE_DIR: "_ci-cache_PyPI" diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 946f64cbc0f..cf39abf94fe 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -73,7 +73,7 @@ jobs: - { python: "3.11", pytorch: "2.4.1", cuda: "12.1.1", ubuntu: "22.04" } - { python: "3.11", pytorch: "2.5.0", cuda: "12.1.1", ubuntu: "22.04" } # the future version - test or RC version - #- { python: "3.11", pytorch: "2.6", cuda: "12.1.1", ubuntu: "22.04" } + - { python: "3.11", pytorch: "2.6.0", cuda: "12.1.1", ubuntu: "22.04" } steps: - uses: actions/checkout@v4