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.
2 parents 51cdaad + 3f75e0c commit 89a2962Copy full SHA for 89a2962
.github/workflows/test.yml
@@ -19,6 +19,8 @@ jobs:
19
steps:
20
- uses: actions/checkout@v3
21
- uses: actions/setup-python@v4
22
+ with:
23
+ python-version: 3.x
24
- uses: pre-commit/[email protected]
25
26
# Run tests
@@ -35,14 +37,16 @@ jobs:
35
37
36
38
39
40
41
42
43
- name: Get Docker version
44
run: |
45
docker --version
46
docker-compose --version
47
48
- name: Install pytest
- run: pip install pytest
49
+ 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