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 eb3057d commit a7d569cCopy full SHA for a7d569c
.github/workflows/downstream.yml
@@ -43,7 +43,7 @@ jobs:
43
if: ${{ always() }}
44
run: pytest --pyargs jupyter_client
45
- name: Test jupyter_kernel_test
46
- run:
+ run: |
47
git clone [email protected]:jupyter/jupyter_kernel_test.git
48
cd jupyter_kernel_test
49
pip install -e ".[test]"
0 commit comments