Skip to content

Commit

Permalink
test hold-back jh in user env
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Apr 3, 2024
1 parent a309bf6 commit 26ac117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tljh/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ def ensure_user_environment(user_requirements_txt_file):
#
with open(os.path.join(HERE, "requirements-hub-env.txt")) as f:
jh_version_spec = [l for l in f if l.startswith("jupyterhub>=")][0]
jh_version_spec = "jupyterhub==4.0.*"
conda.ensure_pip_packages(USER_ENV_PREFIX, [jh_version_spec], upgrade=True)

# Install user environment extras for initial installations
Expand Down

0 comments on commit 26ac117

Please sign in to comment.