Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed May 13, 2024
1 parent 0fa5d57 commit 95f0b19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rapids_build_backend/impls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95f0b19

Please sign in to comment.