Skip to content

Commit

Permalink
dev(hansbug): exclude some impossible combines
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed May 26, 2023
1 parent 7e2bd4e commit a4aa805
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
exclude:
- python-version: '3.7'
torch-version: '2.0.1'
- python-version: '3.10'
torch-version: '1.7.1'
- python-version: '3.11'
torch-version: '1.7.1'
- python-version: '3.11'
torch-version: '1.13.1'

steps:
- name: Get system version for Linux
Expand Down

0 comments on commit a4aa805

Please sign in to comment.