Skip to content

Commit 206e289

Browse files
authored
Merge pull request #296 from JdeRobot/295-failure-while-installing-dependencies-for-docs-github-action
Upgrade setuptools and wheel during build docs action
2 parents e8e9be8 + 80814b6 commit 206e289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-sphinx-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Install dependencies
2828
run: |
29-
python -m pip install --upgrade pip
29+
python -m pip install --upgrade pip setuptools wheel
3030
pip install "sphinx>=8.1.3" "sphinx-rtd-theme>=3.0.2"
3131
pip install -e .
3232
@@ -46,4 +46,4 @@ jobs:
4646
git commit -m "Update Sphinx documentation in docs/py_docs/_build/html" || echo "No changes to commit"
4747
git push
4848
env:
49-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)