Skip to content

Commit d3fe31b

Browse files
committed
Update build_docs.yml
Fix docs auto-building
1 parent f8d6c58 commit d3fe31b

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
@@ -15,7 +15,7 @@ jobs:
1515
# Standard drop-in approach that should work for most people.
1616
- uses: ammaraskar/sphinx-action@master
1717
with:
18-
pre-build-command: "pip install -r requirements.txt napari-cellseg3d"
18+
pre-build-command: "pip install -r requirements.txt napari-cellseg3d opencv-python-headless"
1919
docs-folder: "docs/"
2020

2121
- name: GitHub Pages action

0 commit comments

Comments
 (0)