From b3ce774d39e149d4e34c401068f24136eac44e13 Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Tue, 17 Dec 2024 17:45:35 -0800 Subject: [PATCH] Fix CI for python cuvs_bench (#541) 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: https://github.com/rapidsai/cuvs/pull/541 --- conda/recipes/cuvs-bench/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda/recipes/cuvs-bench/meta.yaml b/conda/recipes/cuvs-bench/meta.yaml index 0681a1038..d77aee8ce 100644 --- a/conda/recipes/cuvs-bench/meta.yaml +++ b/conda/recipes/cuvs-bench/meta.yaml @@ -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