File tree Expand file tree Collapse file tree 3 files changed +15
-79
lines changed
Expand file tree Collapse file tree 3 files changed +15
-79
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ concurrency:
1818 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1919 cancel-in-progress : true
2020
21-
2221jobs :
2322 linting :
2423 name : Run linting/pre-commit checks
4847 version : " latest"
4948 # https://github.com/astral-sh/setup-uv?tab=readme-ov-file#github-authentication-token
5049 github-token : ${{ secrets.GITHUB_TOKEN }}
50+ python-version : " 3.12"
5151 - name : Install dependencies
5252 run : uv sync --frozen --extra docs
5353 - name : Build the documentation (strict mode)
6060 max-parallel : 4
6161 matrix :
6262 platform : [ubuntu-latest, macos-latest]
63- python-version : ["3.11 "]
63+ python-version : ["3.12 "]
6464 steps :
6565 - uses : actions/checkout@v4
6666 - name : Install the latest version of uv
Original file line number Diff line number Diff line change 1717 version : " latest"
1818 # https://github.com/astral-sh/setup-uv?tab=readme-ov-file#github-authentication-token
1919 github-token : ${{ secrets.GITHUB_TOKEN }}
20- cache-suffix : " 3.10"
21-
22- - name : Pin python-version
23- run : uv python pin 3.10
20+ python-version : " 3.12"
2421
2522 - name : Install dependencies
2623 run : uv sync --extra docs --frozen
You can’t perform that action at this time.
0 commit comments