File tree Expand file tree Collapse file tree 2 files changed +5
-25
lines changed Expand file tree Collapse file tree 2 files changed +5
-25
lines changed Original file line number Diff line number Diff line change 11---
2-
32name : CI
43
54on :
1413
1514jobs :
1615 build :
17-
1816 strategy :
1917 matrix :
20- python-version : [' 3.10', ' 3.11', ' 3.12', ' 3.13' ]
18+ python-version : [" 3.10", " 3.11", " 3.12", " 3.13" ]
2119 uv-resolution : [highest, lowest-direct]
2220 platform : [ubuntu-latest, windows-latest]
2321
3028 uses : astral-sh/setup-uv@v7
3129 with :
3230 enable-cache : true
33- cache-dependency-glob : ' **/pyproject.toml'
31+ cache-dependency-glob : " **/pyproject.toml"
3432
3533 - name : Lint
3634 run : |
@@ -47,14 +45,14 @@ jobs:
4745
4846 - name : Build sample
4947 run : |
50- make build- sample
48+ uv run --extra=dev sphinx- build -W -b html sample/source sample/build
5149 env :
5250 UV_PYTHON : ${{ matrix.python-version }}
5351 UV_RESOLUTION : ${{ matrix.uv-resolution }}
5452
5553 - name : Build sample parallel
5654 run : |
57- make build-sample-parallel
55+ uv run --extra=dev sphinx- build -j 2 -W -b html sample/source sample/build
5856 env :
5957 UV_PYTHON : ${{ matrix.python-version }}
6058 UV_RESOLUTION : ${{ matrix.uv-resolution }}
7270 completion-ci :
7371 needs : build
7472 runs-on : ubuntu-latest
75- if : always() # Run even if one matrix job fails
73+ if : always() # Run even if one matrix job fails
7674 steps :
7775 - name : Check matrix job status
7876 run : |-
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments