Skip to content

Commit

Permalink
install jupyterlab
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaka committed Sep 3, 2024
1 parent 805b12d commit 8a61255
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
steps:
- name: checkout
uses: actions/[email protected]

- name: Install jupyterlab
run: |
pip install jupyterlab
- name: Build docs
run: |
Expand Down

0 comments on commit 8a61255

Please sign in to comment.