Skip to content

Commit

Permalink
installing ir
Browse files Browse the repository at this point in the history
  • Loading branch information
furniturewalatkNIH authored Apr 15, 2024
1 parent 6186050 commit 4a52b8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install jupyter nbformat nbconvert
sudo apt install libssl-dev libcurl4-openssl-dev unixodbc-dev libxml2-dev libmariadb-dev libfontconfig1-dev libharfbuzz-dev libfribidi-dev libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev
r
install.packages('IRkernel')
IRkernel::installspec()
jupyter kernelspec list
- name: Execute Notebooks
Expand Down

0 comments on commit 4a52b8e

Please sign in to comment.