diff --git a/.github/workflows/coverage-docs.yml b/.github/workflows/coverage-docs.yml index 80e9d0661..430233e3f 100644 --- a/.github/workflows/coverage-docs.yml +++ b/.github/workflows/coverage-docs.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: "3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax + python-version: "3.11" # Version range or exact version of a Python version to use, using SemVer's version range syntax architecture: "x64" # optional x64 or x86. Defaults to x64 if not specified - name: Install breathe