Skip to content

Commit 53cb8f0

Browse files
committed
install uv for benchmark CI
1 parent 806197f commit 53cb8f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ jobs:
120120
run: cargo binstall -y hyperfine
121121
- name: Install nushell
122122
uses: hustcer/setup-nu@985d59ec83ae3e3418f9d36471cda38b9d8b9879 # v3.20
123+
- name: Install uv
124+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
123125

124126
- name: Run benchmark script
125127
working-directory: benchmark

0 commit comments

Comments
 (0)