mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-29 10:54:35 +00:00
fix(ci): pin Python to 3.13 for docs build
Python 3.14 removed pkg_resources, which breaks ansible_basic_sphinx_ext. Pin to 3.13 until the upstream dependency is updated. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: "3.13"
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
- name: Install doc dependencies
|
- name: Install doc dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user