Browse Source

Pin python version

tags/v0.3.7rc1
haixuanTao 1 year ago
parent
commit
4477d71d8c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/ci.yml

+ 2
- 2
.github/workflows/ci.yml View File

@@ -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


Loading…
Cancel
Save