We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434d289 commit 6984962Copy full SHA for 6984962
1 file changed
.github/workflows/github-pages.yml
@@ -33,7 +33,7 @@ jobs:
33
wget "https://github.com/SpencerPark/IJava/releases/download/v1.3.0/ijava-1.3.0.zip"
34
unzip ijava-1.3.0.zip -d ijava-1.3.0
35
cd ijava-1.3.0
36
- python install.py
+ python install.py --user
37
jupyter kernelspec list
38
39
- name: Convert Jupyter notebooks
0 commit comments