Skip to content

Commit e4e95e9

Browse files
committed
fix
1 parent 9066a77 commit e4e95e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hyper_threading_benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
uv venv --python 3.9.15 cairo-vm-env
2525
. cairo-vm-env/bin/activate
2626
uv pip install -r requirements.txt
27-
echo PATH=$PATH >> $GITHUB_ENV
2827
2928
- name: Install Dependencies
3029
run: |
@@ -78,10 +77,11 @@ jobs:
7877
path: ${{ github.workspace }}/
7978

8079
- name: Compile programs
81-
run: make cairo_bench_programs
80+
run: . cairo-vm-env/bin/activate && make cairo_bench_programs
8281

8382
- name: Run Benchmarks
8483
run: |
84+
. cairo-vm-env/bin/activate
8585
cd ${{ github.workspace }}
8686
chmod +x ./hyper_threading_main
8787
chmod +x ./hyper_threading_pr

0 commit comments

Comments
 (0)