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 0ccdf81 commit 3f75e0cCopy full SHA for 3f75e0c
.github/workflows/test.yml
@@ -46,7 +46,7 @@ jobs:
46
docker-compose --version
47
48
- name: Install pytest
49
- run: pip install pytest
+ run: pip install pytest requests
50
51
- name: Add a test admin token
52
run: cat ci/config_token.py >> ${{ matrix.example }}/jupyterhub_config.py
0 commit comments