Skip to content

Commit 6ecd0fb

Browse files
committed
Update build_docs.yml
1 parent 05ad6dc commit 6ecd0fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ jobs:
1313

1414
steps:
1515
- run: sudo apt-get update && sudo apt-get install libgl1
16-
- run: pip install --upgrade pip
1716
- uses: actions/checkout@v1
1817
# Standard drop-in approach that should work for most people.
1918
- uses: ammaraskar/sphinx-action@master
2019
with:
21-
pre-build-command: "pip install -r requirements.txt napari-cellseg3d opencv-python-headless"
20+
pre-build-command: "pip install --upgrade pip \ pip install -r requirements.txt napari-cellseg3d opencv-python-headless"
2221
docs-folder: "docs/"
2322

2423
- name: GitHub Pages action

0 commit comments

Comments
 (0)