Skip to content

Commit

Permalink
Add test for multiple matching matrices (first takes priority).
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Sep 21, 2024
1 parent c8e4384 commit d8763b6
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
files:
all:
output: conda
conda_dir: output/actual
matrix:
cuda: ["11.5", "11.8"]
includes:
- cudatoolkit
channels:
- rapidsai
- conda-forge
dependencies:
cudatoolkit:
specific:
- output_types: conda
matrices:
- matrix:
cuda: "11.5"
packages:
- cudatoolkit=11.5
- matrix:
cuda: "11.*"
packages:
- cudatoolkit=11.*
- matrix:
packages:
- cudatoolkit
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This file is generated by `rapids-dependency-file-generator`.
# To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
channels:
- rapidsai
- conda-forge
dependencies:
- cudatoolkit=11.5
name: all_cuda-115
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This file is generated by `rapids-dependency-file-generator`.
# To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
channels:
- rapidsai
- conda-forge
dependencies:
- cudatoolkit=11.*
name: all_cuda-118

0 comments on commit d8763b6

Please sign in to comment.