Skip to content

Commit

Permalink
Add missing imports tests (#4452)
Browse files Browse the repository at this point in the history
Add missing imports tests

Authors:
  - Jordan Jacobelli (https://github.com/Ethyling)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #4452
  • Loading branch information
jjacobelli authored Dec 16, 2021
1 parent fed3774 commit b9b97fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conda/recipes/cuml/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ requirements:
- joblib >=0.11
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}

tests: # [linux64]
requirements: # [linux64]
- cudatoolkit {{ cuda_version }}.* # [linux64]
imports: # [linux64]
- cuml # [linux64]

about:
home: http://rapids.ai/
license: Apache-2.0
Expand Down

0 comments on commit b9b97fc

Please sign in to comment.