Skip to content

Commit

Permalink
.builds: use python3.11 to build docs
Browse files Browse the repository at this point in the history
pyyaml fails to build from source, and there are no 3.12 wheels on PyPI.

Relates: yaml/pyyaml#601
  • Loading branch information
gotmax23 committed Jul 17, 2023
1 parent e370c58 commit 1f5e4bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .builds/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ packages:
- pandoc
- python3-devel
- python3-libdnf5
- python3.11-devel
- rpm-build
- rsync
- scd2html
Expand Down Expand Up @@ -45,7 +46,7 @@ tasks:
./venv/bin/pip install nox
- submit-docs: |
cd fedrq
$nox -e mkdocs -- build
VIRTUALENV_PYTHON=3.11 $nox -e mkdocs -- build
if [ "$(git rev-parse HEAD)" = "$(git rev-parse origin/main)" ]; then
echo "Submitting docs for main branch"
ssh-keyscan fedrq.gtmx.me | tee -a ~/.ssh/known_hosts
Expand Down

0 comments on commit 1f5e4bb

Please sign in to comment.