Expand the CI matrix back

This commit is contained in:
Ashwin Srinath
2025-12-03 15:48:40 -05:00
parent cadfa7de61
commit 3af11c8ee7

View File

@@ -19,8 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
cuda: ['12']
python: ['3.12']
cuda: ['12', '13']
python: ['3.10', '3.11', '3.12', '3.13']
steps:
- name: Checkout repository
@@ -55,8 +55,8 @@ jobs:
strategy:
fail-fast: false
matrix:
cuda: ['12']
python: ['3.12']
cuda: ['12', '13']
python: ['3.10', '3.11', '3.12', '3.13']
steps:
- name: Checkout repository