Skip to content

Commit 9c3b9bb

Browse files
committed
-
1 parent 513728d commit 9c3b9bb

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/downstream.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,22 @@ jobs:
2828
qtconsole[test] \
2929
nbclient[test] \
3030
nbconvert[test] \
31+
#jupyter_server[test] \
3132
jupyter_server[test]
3233
pip freeze
3334
3435
- name: Test ipykernel
3536
if: ${{ always() }}
3637
run: pytest --pyargs ipykernel
37-
- name: Test qtconsole
38-
if: ${{ always() }}
39-
run: pytest --pyargs qtconsole
38+
#- name: Test qtconsole
39+
# if: ${{ always() }}
40+
# run: pytest --pyargs qtconsole
4041
- name: Test nbclient
4142
if: ${{ always() }}
42-
run: pytest --pyargs nbclient
43+
run: IPYKERNEL_CELL_NAME="<IPY-INPUT>" pytest --pyargs nbclient
4344
- name: Test nbconvert
4445
if: ${{ always() }}
4546
run: pytest --pyargs nbconvert
46-
- name: Test jupyter_server
47-
if: ${{ always() }}
48-
run: pytest --pyargs jupyter_server
47+
#- name: Test jupyter_server
48+
# if: ${{ always() }}
49+
# run: pytest --pyargs jupyter_server

0 commit comments

Comments
 (0)