Skip to content

Commit b6de5e1

Browse files
committed
.github/workflows/test: Clarify installlation of JH versions.
1 parent 5750755 commit b6de5e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
- name: Install nodejs dependencies
4040
run: |
4141
sudo npm install -g configurable-http-proxy
42+
# We need to check compatibility with different versions of the JH
43+
# API, including latest development. For that, we also need to
44+
# pull in the dependencies of that old JH version (but we don't
45+
# need conda/npm for our tests).
4246
- name: install JupyterHub
4347
run: |
4448
git clone --quiet --branch ${{ matrix.JHUB_VER }} https://github.com/jupyterhub/jupyterhub.git jupyterhub

0 commit comments

Comments
 (0)