Skip to content

Commit

Permalink
Set LD_LIBRARY_PATH as a work-around
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed May 26, 2024
1 parent 8a19f12 commit f160421
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ jobs:
echo "MY_PREFFIX is '${MY_PREFIX}'"
export MKLROOT=${MY_PREFIX}
pip install -e . --no-build-isolation --verbose --no-deps
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MKLROOT}/lib
python -m pytest -v mkl_fft/tests

0 comments on commit f160421

Please sign in to comment.