We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662f57b commit 85717fcCopy full SHA for 85717fc
.github/workflows/downstream.yml
@@ -24,16 +24,16 @@ jobs:
24
# package_spec: "pyqt5 ipykernel[test]"
25
26
27
- - name: Test NBClient
28
- uses: ./.github/actions/test-downstream
29
- with:
30
- package_name: nbclient
31
- env_values: IPYKERNEL_CELL_NAME=\<IPY-INPUT\>
+ # - name: Test NBClient
+ # uses: ./.github/actions/test-downstream
+ # with:
+ # package_name: nbclient
+ # env_values: IPYKERNEL_CELL_NAME=\<IPY-INPUT\>
32
33
- - name: Test QtConsole
34
35
36
- package_name: qtconsole
+ # - name: Test QtConsole
+ # package_name: qtconsole
37
38
- name: Test nbconvert
39
uses: ./.github/actions/test-downstream
0 commit comments