Skip to content

Commit

Permalink
Remove continue-on-error in github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer authored Jan 13, 2022
1 parent 5841560 commit a382498
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
strategy:
matrix:
python-version: ["3.9"]
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -22,14 +21,12 @@ jobs:

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

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

- name: Test nbconvert
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
continue-on-error: true
with:
package_name: nbconvert

Expand All @@ -55,7 +51,6 @@ jobs:

- name: Setup conda ${{ matrix.python-version }}
uses: conda-incubator/setup-miniconda@v2
continue-on-error: true
with:
auto-update-conda: true
activate-environment: jupyter_kernel_test
Expand Down

0 comments on commit a382498

Please sign in to comment.