Skip to content

Commit

Permalink
dev(hansbug): drop some combinations out
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed Oct 20, 2024
1 parent 68bc5d8 commit 9767c17
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- '1.10.0'
- '1.13.0'
- '2.0.1'
- '2.2.0'
- '2.4.0'
exclude:
- python-version: '3.9'
Expand Down Expand Up @@ -92,6 +93,22 @@ jobs:
numpy-version: '1.22.0'
- python-version: '3.8'
numpy-version: '2.0.2'
- numpy-version: '2.0.2'
torch-version: '1.10.0'
- numpy-version: '2.0.2'
torch-version: '1.13.0'
- numpy-version: '2.0.2'
torch-version: '2.0.1'
- python-version: '3.12'
numpy-version: '1.18.0'
- python-version: '3.12'
numpy-version: '1.22.0'
- python-version: '3.12'
numpy-version: '1.24.0'
- python-version: '3.12'
torch-version: '2.0.1'
- os: 'macos-latest'
numpy-version: '1.18.0'

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

0 comments on commit 9767c17

Please sign in to comment.