@@ -10,45 +10,45 @@ concurrency:
10
10
cancel-in-progress : true
11
11
12
12
jobs :
13
- tests :
13
+ ipykernel :
14
14
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
20
16
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
29
20
with :
30
21
package_name : ipykernel
31
22
package_spec : " pyqt5 ipykernel[test]"
32
23
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
35
31
with :
36
32
package_name : nbclient
37
33
env_values : IPYKERNEL_CELL_NAME=\<IPY-INPUT\>
38
34
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
47
42
with :
48
43
package_name : nbconvert
49
44
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
52
52
with :
53
53
package_name : jupyter_server
54
54
0 commit comments