Skip to content

Commit 00b2974

Browse files
committed
fix path to benchmarks
1 parent 43b21d2 commit 00b2974

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codspeed-bench.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ jobs:
165165
python -c'import _flapack; print(dir(_flapack))'
166166
python -c 'import openblas_wrap as o; print(f"{o.__file__ = }")'
167167
pip install pytest-benchmark
168-
pytest benchmarks/bench_blas.py
168+
ls -l {{ github.workspace }}/benchmark/pybench/benchmarks/
169+
pytest {{ github.workspace }}/benchmark/pybench/benchmarks/bench_blas.py
169170
170171
- name: Run benchmarks
171172
uses: CodSpeedHQ/action@v2

0 commit comments

Comments
 (0)