Skip to content

Commit df9a2b1

Browse files
authored
Update pip install for docs builder
1 parent 04376af commit df9a2b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip
33-
pip install sphinx sphinx-rtd-theme myst-parser sphinx-design sphinx-tabs
33+
pip install -r requirements-dev.txt
3434
3535
- name: Build HTML
3636
run: |

0 commit comments

Comments
 (0)