File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 - name : Install uv
5757 uses : astral-sh/setup-uv@v6
5858 with :
59- version : 0.8.8
59+ version : 0.8.9
6060 enable-cache : true
6161 - name : Set up Python ${{ matrix.py }}
6262 run : uv python install ${{ matrix.py }} && uv python pin ${{ matrix.py }} && uv venv --python ${{ matrix.py }}
8787 - name : Install uv
8888 uses : astral-sh/setup-uv@v6
8989 with :
90- version : 0.8.8
90+ version : 0.8.9
9191 enable-cache : true
9292 - name : Run pre-commit hooks
9393 run : SKIP=basedpyright uv run --with pre-commit --with ruff pre-commit run --all-files
@@ -107,7 +107,7 @@ jobs:
107107 - name : Install uv
108108 uses : astral-sh/setup-uv@v6
109109 with :
110- version : 0.8.8
110+ version : 0.8.9
111111 enable-cache : true
112112 - name : Set up Python ${{ matrix.py }}
113113 run : uv python install ${{ matrix.py }} && uv python pin ${{ matrix.py }}
@@ -139,7 +139,7 @@ jobs:
139139 - name : Install uv
140140 uses : astral-sh/setup-uv@v6
141141 with :
142- version : 0.8.8
142+ version : 0.8.9
143143 enable-cache : true
144144 - name : Set up Python
145145 run : uv python install $PYTHON_VERSION && uv python pin $PYTHON_VERSION
You can’t perform that action at this time.
0 commit comments