Skip to content

Commit

Permalink
create a kernel for the environment to build book
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Feb 15, 2024
1 parent e25e5fa commit 724b487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_jupyterbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
run: |
pip install jupyter-book
pip install -e .
python -m ipykernel install --user --name=taxbrain-dev
cd docs
jb build ./book
1 change: 1 addition & 0 deletions .github/workflows/deploy_jupyterbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
pip install jupyter-book
pip install -e .
python -m ipykernel install --user --name=taxbrain-dev
cd docs
jb build ./book
Expand Down

0 comments on commit 724b487

Please sign in to comment.