Skip to content

Commit

Permalink
Add a TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaretnikov committed Jan 16, 2024
1 parent 8cdaafd commit 614b6ca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def print_cmd(cmd):
# the with_cuda parameter, see:
# https://github.com/conda-incubator/conda-store/issues/719
# https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-virtual.html#overriding-detected-packages
# TODO: Support all variables once upstream fixes are made to conda-lock,
# see the discussion in issue 719.
if specification.variables is not None:
cuda_version = specification.variables.get("CONDA_OVERRIDE_CUDA")
else:
Expand Down

0 comments on commit 614b6ca

Please sign in to comment.