Skip to content

Commit

Permalink
trying with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
furniturewalatkNIH authored Apr 16, 2024
1 parent 0ae41ef commit 87fa431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo -e "\n\n ------- Doing install of R BELOW ----- \n"
sudo apt install r-base r-base-dev -y
echo -e "\n\n -------- Starting R BELOW ----- \n"
R --vanilla << EOF
sudo R --vanilla << EOF
install.packages('IRkernel')
IRkernel::installspec()
EOF
Expand Down

0 comments on commit 87fa431

Please sign in to comment.