Skip to content

Commit 6984962

Browse files
committed
Add user flag to java kernel installation
1 parent 434d289 commit 6984962

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
wget "https://github.com/SpencerPark/IJava/releases/download/v1.3.0/ijava-1.3.0.zip"
3434
unzip ijava-1.3.0.zip -d ijava-1.3.0
3535
cd ijava-1.3.0
36-
python install.py
36+
python install.py --user
3737
jupyter kernelspec list
3838
3939
- name: Convert Jupyter notebooks

0 commit comments

Comments
 (0)