Skip to content

Commit

Permalink
path3
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed May 30, 2024
1 parent 67e2125 commit c8a5518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cirun-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ jobs:
- name: Run benchmarks
run: |
cd benchmark/pybench
ls -l $PWD/build-install/lib/
export PATH=$HOME/.local/bin:$PATH
export PYTHONPATH=$PWD/build-install/lib/python${{matrix.pyver}}/dist-packages/
export PYTHONPATH=$PWD/build-install/lib/python3/dist-packages/
ls -l $PYTHONPATH
ls -l $PWD/build-install/lib/
OPENBLAS_NUM_THREADS=1 pytest benchmarks/bench_blas.py

0 comments on commit c8a5518

Please sign in to comment.