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 348342b commit 0329800Copy full SHA for 0329800
1 file changed
.github/workflows/conformance.yml
@@ -33,8 +33,9 @@ jobs:
33
- name: irkernel
34
install: |
35
python -m pip install jupyter
36
+ which jupyter
37
Rscript -e "install.packages('IRkernel', repos='https://cloud.r-project.org')"
- Rscript -e "Sys.setenv(PATH = paste0(Sys.getenv('HOME'), '/.local/bin:', Sys.getenv('PATH'))); IRkernel::installspec()"
38
+ Rscript -e "IRkernel::installspec()"
39
kernel-name: ir
40
41
steps:
0 commit comments