Skip to content

Commit

Permalink
gha: add ipykernel
Browse files Browse the repository at this point in the history
  • Loading branch information
jcharkow committed Dec 31, 2024
1 parent 008e7de commit ee4147c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt install pandoc
pip install -r requirements.txt
pip install -r requirements.txt
pip install ipykernel
pip install .
- name: Build Documentation
run: sphinx-build -b html ./docs ./_build
Expand Down

0 comments on commit ee4147c

Please sign in to comment.