Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 18, 2023
1 parent 68205f8 commit 27323ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tljh/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,9 @@ def ensure_user_environment(user_requirements_txt_file):

# Install a matching jupyterhub version in the hub env
#
jupyterhub_version = conda.get_conda_package_versions(HUB_ENV_PREFIX, "^jupyterhub$").get("jupyterhub")
jupyterhub_version = conda.get_conda_package_versions(
HUB_ENV_PREFIX, "^jupyterhub$"
).get("jupyterhub")
conda.ensure_pip_packages(USER_ENV_PREFIX, [f"jupyterhub=={jupyterhub_version}"])

# Install user environment extras for initial installations
Expand Down

0 comments on commit 27323ab

Please sign in to comment.