Skip to content

Commit 85717fc

Browse files
committed
test nbconvert and server
1 parent 662f57b commit 85717fc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/downstream.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ jobs:
2424
# package_spec: "pyqt5 ipykernel[test]"
2525

2626

27-
- name: Test NBClient
28-
uses: ./.github/actions/test-downstream
29-
with:
30-
package_name: nbclient
31-
env_values: IPYKERNEL_CELL_NAME=\<IPY-INPUT\>
27+
# - name: Test NBClient
28+
# uses: ./.github/actions/test-downstream
29+
# with:
30+
# package_name: nbclient
31+
# env_values: IPYKERNEL_CELL_NAME=\<IPY-INPUT\>
3232

33-
- name: Test QtConsole
34-
uses: ./.github/actions/test-downstream
35-
with:
36-
package_name: qtconsole
33+
# - name: Test QtConsole
34+
# uses: ./.github/actions/test-downstream
35+
# with:
36+
# package_name: qtconsole
3737

3838
- name: Test nbconvert
3939
uses: ./.github/actions/test-downstream

0 commit comments

Comments
 (0)