Skip to content

Commit

Permalink
black reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-cbarber committed Oct 8, 2023
1 parent 1b28b31 commit 8073645
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/whl2conda/cli/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,7 @@ def conda_bld_install(parsed: InstallArgs, subdir: str):
# ["conda", "index", "--subdir", subdir, str(conda_bld_path)]
# )
# Really just want subdir, but having problems in CI. See if this works:
subprocess.check_call(
["conda", "index", str(conda_bld_path)]
)
subprocess.check_call(["conda", "index", str(conda_bld_path)])


def conda_env_install(parsed: InstallArgs, dependencies: list[str]):
Expand Down

0 comments on commit 8073645

Please sign in to comment.