File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
python-version : ["3.9"]
15
- fail-fast : false
16
15
steps :
17
16
- name : Checkout
18
17
uses : actions/checkout@v2
@@ -22,14 +21,12 @@ jobs:
22
21
23
22
- name : Test IPykernel
24
23
uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
25
- continue-on-error : true
26
24
with :
27
25
package_name : ipykernel
28
26
package_spec : " pyqt5 ipykernel[test]"
29
27
30
28
- name : Test NBClient
31
29
uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
32
- continue-on-error : true
33
30
with :
34
31
package_name : nbclient
35
32
env_values : IPYKERNEL_CELL_NAME=\<IPY-INPUT\>
42
39
43
40
- name : Test nbconvert
44
41
uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
45
- continue-on-error : true
46
42
with :
47
43
package_name : nbconvert
48
44
55
51
56
52
- name : Setup conda ${{ matrix.python-version }}
57
53
uses : conda-incubator/setup-miniconda@v2
58
- continue-on-error : true
59
54
with :
60
55
auto-update-conda : true
61
56
activate-environment : jupyter_kernel_test
You can’t perform that action at this time.
0 commit comments