Skip to content

Commit

Permalink
Pin python version
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Oct 31, 2024
1 parent 8b3c2fa commit 4477d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4477d71

Please sign in to comment.