Skip to content

Commit 513728d

Browse files
committed
-
1 parent c8925c2 commit 513728d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/downstream.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,17 @@ jobs:
3232
pip freeze
3333
3434
- name: Test ipykernel
35+
if: ${{ always() }}
3536
run: pytest --pyargs ipykernel
3637
- name: Test qtconsole
38+
if: ${{ always() }}
3739
run: pytest --pyargs qtconsole
3840
- name: Test nbclient
41+
if: ${{ always() }}
3942
run: pytest --pyargs nbclient
4043
- name: Test nbconvert
44+
if: ${{ always() }}
4145
run: pytest --pyargs nbconvert
4246
- name: Test jupyter_server
47+
if: ${{ always() }}
4348
run: pytest --pyargs jupyter_server

0 commit comments

Comments
 (0)