From eeb7a4c28ce7d0805fd0cd919178b895ededec1f Mon Sep 17 00:00:00 2001 From: mauwii Date: Wed, 1 Feb 2023 00:24:56 +0100 Subject: [PATCH] (ci) disable py3.9, lin-cuda-11_6 and win cuda --- .github/workflows/test-invoke-pip.yml | 32 +++++++++++++-------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/test-invoke-pip.yml b/.github/workflows/test-invoke-pip.yml index dfe4e722ee..d696406ac8 100644 --- a/.github/workflows/test-invoke-pip.yml +++ b/.github/workflows/test-invoke-pip.yml @@ -19,22 +19,22 @@ jobs: strategy: matrix: python-version: - - '3.9' + # - '3.9' - '3.10' pytorch: - - linux-cuda-11_6 + # - linux-cuda-11_6 - linux-cuda-11_7 - linux-rocm-5_2 - linux-cpu - macos-default - windows-cpu - - windows-cuda-11_6 - - windows-cuda-11_7 + # - windows-cuda-11_6 + # - windows-cuda-11_7 include: - - pytorch: linux-cuda-11_6 - os: ubuntu-22.04 - extra-index-url: 'https://download.pytorch.org/whl/cu116' - github-env: $GITHUB_ENV + # - pytorch: linux-cuda-11_6 + # os: ubuntu-22.04 + # extra-index-url: 'https://download.pytorch.org/whl/cu116' + # github-env: $GITHUB_ENV - pytorch: linux-cuda-11_7 os: ubuntu-22.04 github-env: $GITHUB_ENV @@ -52,14 +52,14 @@ jobs: - pytorch: windows-cpu os: windows-2022 github-env: $env:GITHUB_ENV - - pytorch: windows-cuda-11_6 - os: windows-2022 - extra-index-url: 'https://download.pytorch.org/whl/cu116' - github-env: $env:GITHUB_ENV - - pytorch: windows-cuda-11_7 - os: windows-2022 - extra-index-url: 'https://download.pytorch.org/whl/cu117' - github-env: $env:GITHUB_ENV + # - pytorch: windows-cuda-11_6 + # os: windows-2022 + # extra-index-url: 'https://download.pytorch.org/whl/cu116' + # github-env: $env:GITHUB_ENV + # - pytorch: windows-cuda-11_7 + # os: windows-2022 + # extra-index-url: 'https://download.pytorch.org/whl/cu117' + # github-env: $env:GITHUB_ENV name: ${{ matrix.pytorch }} on ${{ matrix.python-version }} runs-on: ${{ matrix.os }} steps: