Skip to content

Commit

Permalink
setting mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
furniturewalatkNIH authored Apr 16, 2024
1 parent dadf91f commit 8710dd8
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 @@ -32,7 +32,7 @@ jobs:
echo -e "\n\n -------- Starting R BELOW ----- \n"
sudo R --vanilla << EOF
install.packages('IRkernel',repos='https://cloud.r-project.org/')
install.packages("jupyter_client")
install.packages("jupyter_client",repos='https://cloud.r-project.org/')
IRkernel::installspec()
EOF
echo -e "\n\n ------- Listing the kernels installed BELOW ----\n"
Expand Down

0 comments on commit 8710dd8

Please sign in to comment.