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