Skip to content

Commit cd41279

Browse files
committed
test everything
1 parent f432f46 commit cd41279

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

.github/workflows/downstream.yml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,29 @@ jobs:
1717
- name: Base Setup
1818
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
1919

20-
# - name: Test IPykernel
21-
# uses: ./.github/actions/test-downstream
22-
# with:
23-
# package_name: ipykernel
24-
# package_spec: "pyqt5 ipykernel[test]"
20+
- name: Test IPykernel
21+
uses: ./.github/actions/test-downstream
22+
with:
23+
package_name: ipykernel
24+
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+
# Note: Currently fails
3334
# - name: Test QtConsole
3435
# uses: ./.github/actions/test-downstream
3536
# with:
3637
# package_name: qtconsole
3738

38-
# - name: Test nbconvert
39-
# uses: ./.github/actions/test-downstream
40-
# with:
41-
# package_name: nbconvert
39+
- name: Test nbconvert
40+
uses: ./.github/actions/test-downstream
41+
with:
42+
package_name: nbconvert
4243

4344
- name: Test jupyter_server
4445
uses: ./.github/actions/test-downstream

0 commit comments

Comments
 (0)