@@ -10,45 +10,45 @@ concurrency:
1010 cancel-in-progress : true
1111
1212jobs :
13- tests :
13+ ipykernel :
1414 runs-on : ubuntu-latest
15- timeout-minutes : 20
16- strategy :
17- matrix :
18- python-version : ["3.9"]
19- fail-fast : false
15+ timeout-minutes : 10
2016 steps :
21- - name : Checkout
22- uses : actions/checkout@v2
23-
24- - name : Base Setup
25- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
26-
27- - name : Test IPykernel
28- uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
17+ - uses : actions/checkout@v2
18+ - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
19+ - uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
2920 with :
3021 package_name : ipykernel
3122 package_spec : " pyqt5 ipykernel[test]"
3223
33- - name : Test NBClient
34- uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
24+ nbclient :
25+ runs-on : ubuntu-latest
26+ timeout-minutes : 10
27+ steps :
28+ - uses : actions/checkout@v2
29+ - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
30+ - uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
3531 with :
3632 package_name : nbclient
3733 env_values : IPYKERNEL_CELL_NAME=\<IPY-INPUT\>
3834
39- # Note: Currently fails
40- # - name: Test QtConsole
41- # uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
42- # with:
43- # package_name: qtconsole
44-
45- - name : Test nbconvert
46- uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
35+ nbconvert :
36+ runs-on : ubuntu-latest
37+ timeout-minutes : 10
38+ steps :
39+ - uses : actions/checkout@v2
40+ - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
41+ - uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
4742 with :
4843 package_name : nbconvert
4944
50- - name : Test jupyter_server
51- uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
45+ jupyter_server :
46+ runs-on : ubuntu-latest
47+ timeout-minutes : 10
48+ steps :
49+ - uses : actions/checkout@v2
50+ - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
51+ - uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
5252 with :
5353 package_name : jupyter_server
5454
0 commit comments