Skip to content

Commit

Permalink
temp test: test with 4.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Apr 4, 2024
1 parent ddede3a commit e6f1bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tljh/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +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.*"
jh_version_spec = "https://github.com/jupyterhub/jupyterhub/archive/4.x.tar.gz"
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 e6f1bf4

Please sign in to comment.