Skip to content

Commit

Permalink
exclude py38 with torch25
Browse files Browse the repository at this point in the history
Signed-off-by: theo-barfoot <[email protected]>
  • Loading branch information
theo-barfoot authored Oct 21, 2024
1 parent 58350b2 commit f840f4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
exclude:
- python-version: "3.12"
torch-version: "1.13.1"
- python-version: "3.8"
torch-version: "2.5.0"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f840f4b

Please sign in to comment.