From 4477d71d8ccfd28d8f2185429cf3849e10ebed90 Mon Sep 17 00:00:00 2001 From: haixuanTao Date: Thu, 31 Oct 2024 09:12:06 +0100 Subject: [PATCH] Pin python version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e884766..11cff2cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -235,8 +235,7 @@ jobs: name: "CLI Test" strategy: matrix: - # TODO: Support macos-14 when https://github.com/pytorch/pytorch/issues/130249 is fixed - platform: [ubuntu-latest, macos-13, windows-latest] + platform: [ubuntu-latest, macos-latest, windows-latest] fail-fast: false runs-on: ${{ matrix.platform }} timeout-minutes: 60 @@ -298,6 +297,7 @@ jobs: - uses: actions/setup-python@v2 with: + # TODO: Support Python 3.13 when https://github.com/pytorch/pytorch/issues/130249 is fixed python-version: "3.12" - name: "Test CLI (Python)" timeout-minutes: 30