File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -17,28 +17,29 @@ jobs:
17
17
- name : Base Setup
18
18
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
19
19
20
- # - name: Test IPykernel
21
- # uses: ./.github/actions/test-downstream
22
- # with:
23
- # package_name: ipykernel
24
- # package_spec: "pyqt5 ipykernel[test]"
20
+ - name : Test IPykernel
21
+ uses : ./.github/actions/test-downstream
22
+ with :
23
+ package_name : ipykernel
24
+ package_spec : " pyqt5 ipykernel[test]"
25
25
26
26
27
- # - name: Test NBClient
28
- # uses: ./.github/actions/test-downstream
29
- # with:
30
- # package_name: nbclient
31
- # env_values: IPYKERNEL_CELL_NAME=\<IPY-INPUT\>
27
+ - name : Test NBClient
28
+ uses : ./.github/actions/test-downstream
29
+ with :
30
+ package_name : nbclient
31
+ env_values : IPYKERNEL_CELL_NAME=\<IPY-INPUT\>
32
32
33
+ # Note: Currently fails
33
34
# - name: Test QtConsole
34
35
# uses: ./.github/actions/test-downstream
35
36
# with:
36
37
# package_name: qtconsole
37
38
38
- # - name: Test nbconvert
39
- # uses: ./.github/actions/test-downstream
40
- # with:
41
- # package_name: nbconvert
39
+ - name : Test nbconvert
40
+ uses : ./.github/actions/test-downstream
41
+ with :
42
+ package_name : nbconvert
42
43
43
44
- name : Test jupyter_server
44
45
uses : ./.github/actions/test-downstream
You can’t perform that action at this time.
0 commit comments