File tree Expand file tree Collapse file tree 6 files changed +0
-18
lines changed Expand file tree Collapse file tree 6 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 3434
3535 - name : Install uv
3636 uses : astral-sh/setup-uv@v5
37- with :
38- # Install a specific version of uv.
39- version : " 0.5.13"
4037
4138 - name : Install dependencies
4239 run : make dev-dependencies
Original file line number Diff line number Diff line change 2323 python-version : " 3.13"
2424 - name : Install uv
2525 uses : astral-sh/setup-uv@v5
26- with :
27- # Install a specific version of uv.
28- version : " 0.5.13"
2926 - name : Install dependencies
3027 run : make dev-dependencies
3128 - name : Check code style
Original file line number Diff line number Diff line change 2323 python-version : " 3.13"
2424 - name : Install uv
2525 uses : astral-sh/setup-uv@v5
26- with :
27- # Install a specific version of uv.
28- version : " 0.5.13"
2926 - name : Install dependencies
3027 run : make dev-dependencies
3128 - name : Lint with ruff
Original file line number Diff line number Diff line change 2323 python-version : " 3.13"
2424 - name : Install uv
2525 uses : astral-sh/setup-uv@v5
26- with :
27- # Install a specific version of uv.
28- version : " 0.5.13"
2926 - name : Install dependencies
3027 run : make dev-dependencies
3128 - name : Test & publish code coverage
Original file line number Diff line number Diff line change 2626 python-version : " ${{ matrix.version }}"
2727 - name : Install uv
2828 uses : astral-sh/setup-uv@v5
29- with :
30- # Install a specific version of uv.
31- version : " 0.5.13"
3229 - name : Install dependencies
3330 run : make dev-dependencies
3431 - name : Test with pytest
Original file line number Diff line number Diff line change 2323 python-version : " 3.13"
2424 - name : Install uv
2525 uses : astral-sh/setup-uv@v5
26- with :
27- # Install a specific version of uv.
28- version : " 0.5.13"
2926 - name : Install dependencies
3027 run : make dev-dependencies
3128 - name : Check typing
You can’t perform that action at this time.
0 commit comments