We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ad6dc commit 6ecd0fbCopy full SHA for 6ecd0fb
.github/workflows/build_docs.yml
@@ -13,12 +13,11 @@ jobs:
13
14
steps:
15
- run: sudo apt-get update && sudo apt-get install libgl1
16
- - run: pip install --upgrade pip
17
- uses: actions/checkout@v1
18
# Standard drop-in approach that should work for most people.
19
- uses: ammaraskar/sphinx-action@master
20
with:
21
- pre-build-command: "pip install -r requirements.txt napari-cellseg3d opencv-python-headless"
+ pre-build-command: "pip install --upgrade pip \ pip install -r requirements.txt napari-cellseg3d opencv-python-headless"
22
docs-folder: "docs/"
23
24
- name: GitHub Pages action
0 commit comments