Skip to content

Commit

Permalink
Setup setvars.sh for missing libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
r-devulap committed Oct 17, 2024
1 parent 7e8880a commit d4d9705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux_simd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ jobs:

- name: linalg/ufunc/umath tests on Intel TGL
run: |
source /opt/intel/oneapi/setvars.sh # need this to locate libsvml.so
export NUMPY_SITE=$(realpath build-install/usr/lib/python*/site-packages/)
export PYTHONPATH="$PYTHONPATH:$NUMPY_SITE"
cd build-install &&
Expand Down

0 comments on commit d4d9705

Please sign in to comment.