From 8a0bebb57481792f27226cb8fc7b9d0a1b3ab0ae Mon Sep 17 00:00:00 2001 From: Laughing-q <1185102784@qq.com> Date: Wed, 30 Oct 2024 19:05:39 +0800 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8062a5d82..33e624492 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -160,13 +160,9 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-14, windows-latest] + os: [windows-latest] python-version: ["3.11"] torch: [latest] - include: - - os: ubuntu-latest - python-version: "3.8" # torch 1.8.0 requires python >=3.6, <=3.8 - torch: "1.8.0" # min torch version CI https://pypi.org/project/torchvision/ steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5