Skip to content

Commit c78ad3d

Browse files
committed
updated workflow to install pyhton setuptools
1 parent 77d6042 commit c78ad3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-python@v3
1414
- name: Install dependencies
1515
run: |
16-
pip install sphinx sphinx_immaterial myst_parser sphinxcontrib-bibtex
16+
pip install sphinx sphinx_immaterial myst_parser setuptools sphinxcontrib-bibtex
1717
- name: Sphinx build
1818
run: |
1919
sphinx-build -M html . _build

0 commit comments

Comments
 (0)