Skip to content

Commit 8b1a63d

Browse files
committed
add no_libucx matrix option in dependencies.yaml
1 parent d5139ab commit 8b1a63d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dependencies.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,9 @@ dependencies:
528528
specific:
529529
- output_types: [conda]
530530
matrices:
531+
- matrix:
532+
no_libucx: "true"
533+
packages:
531534
- matrix:
532535
cuda: "12.*"
533536
packages:
@@ -540,6 +543,9 @@ dependencies:
540543
# to allow for installation of post release like 1.19.0.post1
541544
- output_types: [requirements, pyproject]
542545
matrices:
546+
- matrix:
547+
no_libucx: "true"
548+
packages:
543549
- matrix:
544550
cuda: "12.*"
545551
cuda_suffixed: "true"
@@ -557,6 +563,9 @@ dependencies:
557563
specific:
558564
- output_types: [conda]
559565
matrices:
566+
- matrix:
567+
no_libucx: "true"
568+
packages:
560569
- matrix:
561570
cuda: "12.*"
562571
packages:
@@ -567,6 +576,9 @@ dependencies:
567576
- ucx>=1.19.0,<1.21
568577
- output_types: [requirements, pyproject]
569578
matrices:
579+
- matrix:
580+
no_libucx: "true"
581+
packages:
570582
- matrix:
571583
cuda: "12.*"
572584
cuda_suffixed: "true"

0 commit comments

Comments
 (0)