We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5750755 commit b6de5e1Copy full SHA for b6de5e1
.github/workflows/test.yml
@@ -39,6 +39,10 @@ jobs:
39
- name: Install nodejs dependencies
40
run: |
41
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).
46
- name: install JupyterHub
47
48
git clone --quiet --branch ${{ matrix.JHUB_VER }} https://github.com/jupyterhub/jupyterhub.git jupyterhub
0 commit comments