Skip to content

Commit

Permalink
[ci] fix: specify python 3.11 due to compat issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jd28 committed Oct 30, 2023
1 parent 6142f2c commit f97e5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f97e5e4

Please sign in to comment.