Skip to content

Commit a382498

Browse files
authored
Remove continue-on-error in github workflow.
1 parent 5841560 commit a382498

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/downstream.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
strategy:
1313
matrix:
1414
python-version: ["3.9"]
15-
fail-fast: false
1615
steps:
1716
- name: Checkout
1817
uses: actions/checkout@v2
@@ -22,14 +21,12 @@ jobs:
2221

2322
- name: Test IPykernel
2423
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
25-
continue-on-error: true
2624
with:
2725
package_name: ipykernel
2826
package_spec: "pyqt5 ipykernel[test]"
2927

3028
- name: Test NBClient
3129
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
32-
continue-on-error: true
3330
with:
3431
package_name: nbclient
3532
env_values: IPYKERNEL_CELL_NAME=\<IPY-INPUT\>
@@ -42,7 +39,6 @@ jobs:
4239

4340
- name: Test nbconvert
4441
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
45-
continue-on-error: true
4642
with:
4743
package_name: nbconvert
4844

@@ -55,7 +51,6 @@ jobs:
5551

5652
- name: Setup conda ${{ matrix.python-version }}
5753
uses: conda-incubator/setup-miniconda@v2
58-
continue-on-error: true
5954
with:
6055
auto-update-conda: true
6156
activate-environment: jupyter_kernel_test

0 commit comments

Comments
 (0)