Skip to content

Commit 0329800

Browse files
committed
Debug IRkernel: add which jupyter to see PATH
1 parent 348342b commit 0329800

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/conformance.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333
- name: irkernel
3434
install: |
3535
python -m pip install jupyter
36+
which jupyter
3637
Rscript -e "install.packages('IRkernel', repos='https://cloud.r-project.org')"
37-
Rscript -e "Sys.setenv(PATH = paste0(Sys.getenv('HOME'), '/.local/bin:', Sys.getenv('PATH'))); IRkernel::installspec()"
38+
Rscript -e "IRkernel::installspec()"
3839
kernel-name: ir
3940

4041
steps:

0 commit comments

Comments
 (0)