diff --git a/.github/workflows/cirun-bench.yml b/.github/workflows/cirun-bench.yml index 0f42dab5ef..cad7f0dc7f 100644 --- a/.github/workflows/cirun-bench.yml +++ b/.github/workflows/cirun-bench.yml @@ -139,5 +139,7 @@ jobs: cd benchmark/pybench export PATH=$HOME/.local/bin:$PATH export PYTHONPATH=$PWD/build-install/lib/python${{matrix.pyver}}/dist-packages/ + ls -l $PYTHONPATH + ls -l $PWD/build-install/lib/ OPENBLAS_NUM_THREADS=1 pytest benchmarks/bench_blas.py