File tree Expand file tree Collapse file tree 3 files changed +97
-74
lines changed
Expand file tree Collapse file tree 3 files changed +97
-74
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,12 @@ jobs:
2222 steps :
2323 - uses : actions/checkout@v5
2424
25- - name : Set up Python
26- uses : actions/setup-python@v6
27- with :
28- python-version : ${{ matrix.python-version }}
29-
3025 - name : Install uv
3126 uses : astral-sh/setup-uv@v7
3227 with :
3328 version : " 0.9.5"
3429 enable-cache : true
30+ python-version : ${{ matrix.python-version }}
3531
3632 - name : Install the project
3733 run : uv sync --locked --all-extras --dev
Original file line number Diff line number Diff line change @@ -22,16 +22,12 @@ jobs:
2222 steps :
2323 - uses : actions/checkout@v5
2424
25- - name : Set up Python
26- uses : actions/setup-python@v6
27- with :
28- python-version : ${{ matrix.python-version }}
29-
3025 - name : Install uv
3126 uses : astral-sh/setup-uv@v7
3227 with :
3328 version : " 0.9.5"
3429 enable-cache : true
30+ python-version : ${{ matrix.python-version }}
3531
3632 - name : Install the project
3733 run : uv sync --locked --all-extras --dev
You can’t perform that action at this time.
0 commit comments