Skip to content

Commit

Permalink
Disable test on 3.12 for now, torch needs to be unpinned and tested...
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Apr 29, 2024
1 parent 24fba4d commit c3c4ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.9", "3.10", "3.11", "3.12"]
python-version: [ "3.9", "3.10", "3.11"]
runs-on: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- runs-on: macos-latest
Expand Down

0 comments on commit c3c4ad3

Please sign in to comment.