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 d0c8f1b commit 4bd01c6Copy full SHA for 4bd01c6
1 file changed
.github/workflows/conformance.yml
@@ -15,7 +15,7 @@ jobs:
15
matrix:
16
kernel:
17
- name: ipykernel
18
- install: pip install ipykernel
+ install: pip install ipykernel && python -m ipykernel install --user
19
kernel-name: python3
20
- name: evcxr
21
install: cargo install --locked evcxr_jupyter && evcxr_jupyter --install
0 commit comments