File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed
Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change 1313jobs :
1414 test :
1515 runs-on : ubuntu-latest
16-
16+ strategy :
17+ matrix :
18+ python-version :
19+ - " 3.10"
20+ - " 3.11"
21+ - " 3.12"
1722 steps :
1823 - name : Checkout code
1924 uses : actions/checkout@v4
2227 uses : astral-sh/setup-uv@v5
2328 with :
2429 # Install a specific version of uv.
25- version : " 0.6.6"
26-
27- - name : " Set up Python"
28- uses : actions/setup-python@v5
29- with :
30- python-version-file : " .python-version"
30+ enable-cache : true
31+ version : " 0.6.12"
32+ python-version : ${{ matrix.python-version }}
3133
3234 - name : Install the project
3335 run : uv sync --all-extras --dev
6163 uses : astral-sh/setup-uv@v5
6264 with :
6365 # Install a specific version of uv.
64- version : " 0.6.6"
65-
66- - name : " Set up Python"
67- uses : actions/setup-python@v5
68- with :
69- python-version-file : " .python-version"
66+ enable-cache : true
67+ version : " 0.6.12"
68+ python-version : " 3.12"
7069
7170 - name : Install the project
7271 run : uv sync --all-extras --dev
You can’t perform that action at this time.
0 commit comments