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