We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8925c2 commit 513728dCopy full SHA for 513728d
.github/workflows/downstream.yml
@@ -32,12 +32,17 @@ jobs:
32
pip freeze
33
34
- name: Test ipykernel
35
+ if: ${{ always() }}
36
run: pytest --pyargs ipykernel
37
- name: Test qtconsole
38
39
run: pytest --pyargs qtconsole
40
- name: Test nbclient
41
42
run: pytest --pyargs nbclient
43
- name: Test nbconvert
44
45
run: pytest --pyargs nbconvert
46
- name: Test jupyter_server
47
48
run: pytest --pyargs jupyter_server
0 commit comments