Skip to content

Commit

Permalink
Fix CI for python cuvs_bench (#541)
Browse files Browse the repository at this point in the history
I'm seeing CI failures due to a missing 'setuptools' on a recent PR https://github.com/rapidsai/cuvs/actions/runs/12363479650/job/34545223389?pr=536 in building the cuvs_bench code.

This seems to be because we were missing some requires in dependencies.yaml. Fix

Authors:
  - Ben Frederickson (https://github.com/benfred)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #541
  • Loading branch information
benfred authored Dec 18, 2024
1 parent b859bc5 commit b3ce774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda/recipes/cuvs-bench/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ requirements:
- python
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- rmm ={{ minor_version }}
- setuptools>=64.0.0

run:
- benchmark
Expand Down

0 comments on commit b3ce774

Please sign in to comment.