Skip to content

Commit

Permalink
adding specific sphinx version for 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jday7879 committed Nov 19, 2024
1 parent e47aad3 commit 4e0ad4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/govcookiecutter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
run: |
if [[ "$RUNNER_OS" == "Linux" || "$RUNNER_OS" == "macOS" || "$RUNNER_OS" == "Windows" ]]; then
make requirements
if [[ "${{ matrix.python }}" == "3.11" ]]; then
pip install sphinx==5.2.4
fi;
else
echo "$RUNNER_OS not supported"
exit 1
Expand Down

0 comments on commit 4e0ad4d

Please sign in to comment.