Skip to content

Commit 78d3401

Browse files
committed
fix
1 parent 89c5f1f commit 78d3401

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/bench.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ jobs:
2424
with:
2525
enable-cache: true
2626
- name: Install python deps
27-
run: make ci-python-deps && . cairo-vm-env/bin/activate && echo PATH=$PATH >> $GITHUB_ENV
27+
run: |
28+
uv python install 3.9.15
29+
uv venv --python 3.9.15 cairo-vm-env
30+
. cairo-vm-env/bin/activate
31+
uv pip install -r requirements.txt
32+
echo PATH=$PATH >> $GITHUB_ENV
2833
- name: Run benchmark
2934
run: make benchmark-action
3035
- name: Store benchmark result

0 commit comments

Comments
 (0)