Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed May 30, 2024
1 parent 2edcb87 commit 0d727a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cirun-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
python3 -c'import _flapack; print(dir(_flapack))'
#
# copy the built .so (ubuntu linker!)
cp build/openblas_wrap/_flapack.cpython-*-aarch64-linux-gnu.so build-install/lib/python3/dist-packages/openblas_wrap
cp _flapack.cpython-*-aarch64-linux-gnu.so build-install/lib/python3/dist-packages/openblas_wrap
- name: Run benchmarks
run: |
Expand Down

0 comments on commit 0d727a5

Please sign in to comment.