Skip to content

Commit

Permalink
listing kernels in jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
furniturewalatkNIH authored Apr 15, 2024
1 parent 1114c35 commit 6186050
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
with:
python-version: 3.8

- name: Install dependencies
- name: Check - Install dependencies
run: |
python -m pip install --upgrade pip
pip install jupyter nbformat nbconvert
jupyter kernelspec list
- name: Execute Notebooks
run: |
Expand Down

0 comments on commit 6186050

Please sign in to comment.