Skip to content

Commit

Permalink
CI: Add stdlib to LD_LIBRARY_PATH (scipy#14831)
Browse files Browse the repository at this point in the history
[azure skip] [circle skip]

(cherry picked from commit 48e1dd7)
  • Loading branch information
ilayn authored and rgommers committed Oct 29, 2021
1 parent 9639c9f commit c245803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,5 @@ jobs:
- name: Test SciPy
run: |
export LIBRARY_PATH="$LIBRARY_PATH:/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib"
SCIPY_USE_PYTHRAN=`test ${{ matrix.python-version }} != 3.9; echo $?` python -u runtests.py

0 comments on commit c245803

Please sign in to comment.