File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - name : Install uv
2424 uses : astral-sh/setup-uv@v6
2525 with :
26- version : 0.9.2
26+ version : 0.9.27
2727 enable-cache : true
2828 - name : Set up Python
2929 run : uv python install $PYTHON_VERSION && uv python pin $PYTHON_VERSION
Original file line number Diff line number Diff line change 6767 - name : Install uv
6868 uses : astral-sh/setup-uv@v6
6969 with :
70- version : 0.9.2
70+ version : 0.9.27
7171 enable-cache : true
7272 - name : Generate matrix
7373 id : set-matrix
9797 - name : Install uv
9898 uses : astral-sh/setup-uv@v6
9999 with :
100- version : 0.9.2
100+ version : 0.9.27
101101 enable-cache : true
102102 - name : Set up Python ${{ matrix.py }}
103103 run : uv python install ${{ matrix.py }} && uv python pin ${{ matrix.py }} && uv venv --python ${{ matrix.py }}
@@ -136,7 +136,7 @@ jobs:
136136 - name : Install uv
137137 uses : astral-sh/setup-uv@v6
138138 with :
139- version : 0.9.2
139+ version : 0.9.27
140140 enable-cache : true
141141 - name : Run pre-commit hooks
142142 run : SKIP=basedpyright uv run --with pre-commit --with ruff pre-commit run --all-files
@@ -158,7 +158,7 @@ jobs:
158158 - name : Install uv
159159 uses : astral-sh/setup-uv@v6
160160 with :
161- version : 0.9.2
161+ version : 0.9.27
162162 enable-cache : true
163163 - name : Set up Python ${{ matrix.py }}
164164 run : uv python install ${{ matrix.py }} && uv python pin ${{ matrix.py }}
@@ -177,7 +177,7 @@ jobs:
177177 - name : Install uv
178178 uses : astral-sh/setup-uv@v6
179179 with :
180- version : 0.9.2
180+ version : 0.9.27
181181 enable-cache : true
182182 - name : Set up Python 3.10
183183 run : uv python install 3.10 && uv python pin 3.10
Original file line number Diff line number Diff line change 2727 - name : Install uv
2828 uses : astral-sh/setup-uv@v6
2929 with :
30- version : 0.9.2
30+ version : 0.9.27
3131 enable-cache : true
3232 - name : Set up Python
3333 run : uv python install $PYTHON_VERSION && uv python pin $PYTHON_VERSION
You can’t perform that action at this time.
0 commit comments