File tree Expand file tree Collapse file tree 4 files changed +18
-19
lines changed
Expand file tree Collapse file tree 4 files changed +18
-19
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
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies = [
3737 ' networkx' ,
3838 ' xarray' ,
3939 ' pyproj' ,
40- ' betterosi>=0.3.3 ' ,
40+ ' betterosi>=0.3.4 ' ,
4141 ' lxd-io>=0.4.4'
4242
4343]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ contourpy==1.3.1
2121 # via matplotlib
2222cycler == 0.12.1
2323 # via matplotlib
24- fonttools == 4.56 .0
24+ fonttools == 4.57 .0
2525 # via matplotlib
2626grpclib == 0.4.7
2727 # via betterproto2
You can’t perform that action at this time.
0 commit comments