Skip to content

Commit bc4f4b9

Browse files
committed
test hold-back jh in user env
1 parent a309bf6 commit bc4f4b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tljh/installer.py

+1
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ def ensure_user_environment(user_requirements_txt_file):
283283
#
284284
with open(os.path.join(HERE, "requirements-hub-env.txt")) as f:
285285
jh_version_spec = [l for l in f if l.startswith("jupyterhub>=")][0]
286+
jh_version_spec = ["jupyterhub==4.0.*"]
286287
conda.ensure_pip_packages(USER_ENV_PREFIX, [jh_version_spec], upgrade=True)
287288

288289
# Install user environment extras for initial installations

0 commit comments

Comments
 (0)