Skip to content

Commit 5841560

Browse files
authored
continue on errors in github workflow
1 parent da3e79d commit 5841560

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/downstream.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ jobs:
2222

2323
- name: Test IPykernel
2424
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
25+
continue-on-error: true
2526
with:
2627
package_name: ipykernel
2728
package_spec: "pyqt5 ipykernel[test]"
2829

2930
- name: Test NBClient
3031
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
32+
continue-on-error: true
3133
with:
3234
package_name: nbclient
3335
env_values: IPYKERNEL_CELL_NAME=\<IPY-INPUT\>
@@ -40,6 +42,7 @@ jobs:
4042

4143
- name: Test nbconvert
4244
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
45+
continue-on-error: true
4346
with:
4447
package_name: nbconvert
4548

@@ -52,6 +55,7 @@ jobs:
5255

5356
- name: Setup conda ${{ matrix.python-version }}
5457
uses: conda-incubator/setup-miniconda@v2
58+
continue-on-error: true
5559
with:
5660
auto-update-conda: true
5761
activate-environment: jupyter_kernel_test

0 commit comments

Comments
 (0)