Skip to content

Commit 35d064c

Browse files
committed
Fix IRkernel: use python -m pip and install full jupyter
Use python -m pip to ensure correct pip, and install full jupyter package which includes kernelspec command.
1 parent f37d521 commit 35d064c

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
@@ -32,7 +32,7 @@ jobs:
3232
kernel-name: deno
3333
- name: irkernel
3434
install: |
35-
pip install jupyter-client
35+
python -m pip install jupyter
3636
Rscript -e "install.packages('IRkernel', repos='https://cloud.r-project.org')"
3737
Rscript -e "IRkernel::installspec()"
3838
kernel-name: ir

0 commit comments

Comments
 (0)