Skip to content

Commit

Permalink
consolidate cuda_suffixed=false blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jul 24, 2024
1 parent bbe5d34 commit a401ee0
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,22 +164,12 @@ dependencies:
cuda_suffixed: "true"
packages:
- librmm-cu12==24.8.*,>=0.0.0a0
- matrix:
cuda: "12.*"
cuda_suffixed: "false"
packages:
- &librmm_unsuffixed librmm==24.8.*,>=0.0.0a0
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- librmm-cu11==24.8.*,>=0.0.0a0
- matrix:
cuda: "11.*"
cuda_suffixed: "false"
packages: &cython_build_cu11_unsuffixed
- *librmm_unsuffixed
- {matrix: null, packages: *cython_build_cu11_unsuffixed}
- {matrix: null, packages: ['librmm==24.8.*,>=0.0.0a0']}
checks:
common:
- output_types: [conda, requirements]
Expand Down

0 comments on commit a401ee0

Please sign in to comment.