Skip to content

Commit 9a14531

Browse files
Fix benchmark CI working directory
1 parent 069e7a9 commit 9a14531

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
python -m pip install --upgrade pip
3636
python -m pip install -e './kll_sketch[bench]'
3737
- name: Run smoke benchmark
38+
working-directory: ${{ github.workspace }}
3839
run: |
3940
python benchmarks/bench_kll.py \
4041
--outdir bench_out \

0 commit comments

Comments
 (0)