Skip to content

Commit eb3057d

Browse files
authored
Test jupyter_kernel_test as downstream
1 parent 6d04f68 commit eb3057d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/downstream.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ jobs:
4242
- name: Test jupyter_client
4343
if: ${{ always() }}
4444
run: pytest --pyargs jupyter_client
45+
- name: Test jupyter_kernel_test
46+
run:
47+
git clone [email protected]:jupyter/jupyter_kernel_test.git
48+
cd jupyter_kernel_test
49+
pip install -e ".[test]"
50+
python test_ipykernel.py

0 commit comments

Comments
 (0)