Skip to content

Commit

Permalink
Capitol R?
Browse files Browse the repository at this point in the history
  • Loading branch information
furniturewalatkNIH authored Apr 16, 2024
1 parent 8836a89 commit 59b9214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
python -m pip install --upgrade pip
pip install jupyter nbformat nbconvert
sudo apt install r-base r-base-dev -y
r
R
install.packages('IRkernel')
IRkernel::installspec()
jupyter kernelspec list
- name: Execute Notebooks
run: |
find tutorials/notebooks/* -name '*.ipynb' -exec jupyter nbconvert --to notebook --execute --kernel ir {} +
find tutorials/notebooks/* -name '*.ipynb' -exec jupyter nbconvert --to notebook --execute {} +
- name: Check for errors
run: |
Expand Down

0 comments on commit 59b9214

Please sign in to comment.