Skip to content

Commit 1ea3eeb

Browse files
shwinaalliepiper
andauthored
Add python jobs to nightly workflow (#4720)
* Add python jobs to nightly workflow * Update ci/matrix.yaml Co-authored-by: Allison Piper <apiper@nvidia.com> --------- Co-authored-by: Ashwin Srinath <shwina@users.noreply.github.com> Co-authored-by: Allison Piper <apiper@nvidia.com>
1 parent cabbaf3 commit 1ea3eeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/matrix.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ workflows:
107107
- {jobs: ['test'], project: 'cudax', ctk: ['12.0' ], std: 'all', cxx: ['clang14'], gpu: 'rtx2080'}
108108
- {jobs: ['test'], project: 'cudax', ctk: [ 'curr'], std: 'all', cxx: ['clang'], gpu: 'rtx2080'}
109109
# Python and c/parallel jobs:
110-
- {jobs: ['test'], project: ['cccl_c_parallel', 'python'], gpu: 'rtx2080'}
110+
- {jobs: ['test'], project: ['cccl_c_parallel'], gpu: 'rtx2080'}
111+
- {jobs: ['test'], project: 'python', py_version: ['3.10', '3.13'], gpu: 'rtxa6000'}
111112
# cccl-infra:
112113
- {jobs: ['infra'], project: 'cccl', ctk: '12.0', cxx: ['gcc12', 'clang14'], gpu: 'rtx2080'}
113114
- {jobs: ['infra'], project: 'cccl', ctk: 'curr', cxx: ['gcc', 'clang'], gpu: 'rtx2080'}

0 commit comments

Comments
 (0)