Skip to content

Commit 03d231d

Browse files
committed
Use correct requirements when building docs
1 parent 2616c3f commit 03d231d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434

3535
- name: Install dependencies
36-
run: python3 -m pip install -r requirements.txt
36+
run: python3 -m pip install -r requirements-docs.txt
3737

3838
- name: Build docs
3939
run: jupyter book build .

0 commit comments

Comments
 (0)