From 4a578a0ae7b4590a11ff6c805790d6449e88f628 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 7 Jan 2025 10:23:18 +0100 Subject: [PATCH] check-docs uses python too --- .github/workflows/check-docs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/check-docs.yml b/.github/workflows/check-docs.yml index a2f26979ec40..4329ff0351a5 100644 --- a/.github/workflows/check-docs.yml +++ b/.github/workflows/check-docs.yml @@ -28,6 +28,11 @@ jobs: run: sudo apt-get install -y libsystemd-dev - name: Install librpm-dev run: sudo apt-get install -y librpm-dev + #  when using ubuntu-latest, python 3.10 is not the default version. + - name: Fix Code is not compatible with Python 3.12 + uses: actions/setup-python@v4 + with: + python-version: 3.10 - name: Run check run: | make check