Skip to content

Commit 3b873aa

Browse files
committed
ADD blog content
1 parent a600dcc commit 3b873aa

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ jobs:
3232
python-version: '3.11'
3333

3434
- name: Install dependencies
35-
run: |
36-
python -m pip install --upgrade pip
37-
pip install 'jupyter-book<2.0'
38-
pip install sphinx-book-theme
35+
run: pip install -r requirements.txt
3936

4037
- name: Build Jupyter Book
4138
run: jupyter-book build .

0 commit comments

Comments
 (0)