Skip to content

Commit

Permalink
rename conda_requirements -> conda_and_requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Aug 16, 2022
1 parent 2d22f5c commit 23b3609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rapids_dependency_file_generator/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def __str__(self):
return self.value


conda_requirements_key = f"{GeneratorTypes.CONDA}_{GeneratorTypes.REQUIREMENTS}"
conda_requirements_key = f"{GeneratorTypes.CONDA}_and_{GeneratorTypes.REQUIREMENTS}"

cli_name = "rapids-dependency-file-generator"

Expand Down

0 comments on commit 23b3609

Please sign in to comment.