mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-03-14 20:27:24 +00:00
Expand the CI matrix back
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user