We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936c5f0 commit a623547Copy full SHA for a623547
1 file changed
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: '3.11'
20
21
- name: Install dependencies
22
- run: pip install -r requirements.txt
+ run: pip install "jupyter-book<2" ghp-import
23
24
- name: Build site
25
run: |
0 commit comments