Skip to content

Commit

Permalink
Update tljh-repo2docker installer from git to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc authored Mar 11, 2024
1 parent 0e5f50e commit 1c2c4bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/tljh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
changed_when: False

- name: Upgrade the tljh-plasma plugin first if it is already installed
shell: "{{ tljh_prefix }}/hub/bin/pip3 install --upgrade {{ tljh_plasma }} {{ tljh_repo2docker }}"
shell: "{{ tljh_prefix }}/hub/bin/pip3 install --upgrade {{ tljh_plasma }} '{{ tljh_repo2docker }}'"
when: tljh_plasma_installed.rc == 0

- name: Run the TLJH installer
Expand Down
2 changes: 1 addition & 1 deletion ansible/vars/default.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

tljh_plasma: git+https://github.com/plasmabio/plasma@master#"egg=tljh-plasma&subdirectory=tljh-plasma"
tljh_repo2docker: git+https://github.com/plasmabio/tljh-repo2docker@master
tljh_repo2docker: tljh-repo2docker<2
tljh_installer_dest: /srv/tljh-installer.py
tljh_prefix: /opt/tljh
# TODO: update to upstream TLJH links when the --no-user-env (or similar) is available
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
git+https://github.com/jupyterhub/the-littlest-jupyterhub
git+https://github.com/plasmabio/tljh-repo2docker
tljh-repo2docker<2
jupyterhub~=1.5
notebook<7
pytest
Expand Down

0 comments on commit 1c2c4bc

Please sign in to comment.