Skip to content

Commit e9e0941

Browse files
committed
Fix precommit CI tools
1 parent 616114c commit e9e0941

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/rust-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ jobs:
140140
uses: actions/setup-python@v6
141141
with:
142142
python-version: '3.x'
143+
- name: Install uv
144+
uses: astral-sh/setup-uv@v7
145+
with:
146+
version: "0.11.14"
143147
- name: Install integrity check tools
144148
run: |
145149
sudo apt-get update

0 commit comments

Comments
 (0)