From 95f0b19afae0f3824ae95df1b62c059bbc90f157 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 13 May 2024 11:07:47 -0500 Subject: [PATCH] add comment --- rapids_build_backend/impls.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rapids_build_backend/impls.py b/rapids_build_backend/impls.py index 088407b..80da594 100644 --- a/rapids_build_backend/impls.py +++ b/rapids_build_backend/impls.py @@ -168,6 +168,8 @@ def _edit_pyproject(config): cuda_version = _get_cuda_version(config.require_cuda) + # "dependencies.yaml" might not exist in sdists and wouldn't need to... so don't + # raise an exception if that file can't be found when this runs try: parsed_config = rapids_dependency_file_generator.load_config_from_file( config.dependencies_file