We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19facbe commit fe17229Copy full SHA for fe17229
1 file changed
.github/workflows/build_docs.yml
@@ -25,7 +25,7 @@ jobs:
25
python-version: "3.10"
26
27
- name: Install dependencies
28
- run: python3 -m pip install ".[docs]"
+ run: python3 -m pip install -r requirements.txt
29
30
- name: Build docs
31
run: jupyter-book build -W --keep-going .
0 commit comments