Skip to content

Commit 3f75e0c

Browse files
committed
Install requests
1 parent 0ccdf81 commit 3f75e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
docker-compose --version
4747
4848
- name: Install pytest
49-
run: pip install pytest
49+
run: pip install pytest requests
5050

5151
- name: Add a test admin token
5252
run: cat ci/config_token.py >> ${{ matrix.example }}/jupyterhub_config.py

0 commit comments

Comments
 (0)