Skip to content

Commit 4bd01c6

Browse files
committed
Fix ipykernel install to register kernel
1 parent d0c8f1b commit 4bd01c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
kernel:
1717
- name: ipykernel
18-
install: pip install ipykernel
18+
install: pip install ipykernel && python -m ipykernel install --user
1919
kernel-name: python3
2020
- name: evcxr
2121
install: cargo install --locked evcxr_jupyter && evcxr_jupyter --install

0 commit comments

Comments
 (0)