Skip to content

Commit

Permalink
[ci] one more env export
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Jul 27, 2023
1 parent d198f85 commit 27727e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,17 @@ jobs:
git clone https://github.com/JohannesBuchner/MultiNest
mkdir -p MultiNest/build; pushd MultiNest/build; cmake .. && make && popd
test -e MultiNest/lib/libmultinest.so
echo LD_LIBRARY_PATH=MultiNest/lib/:${LD_LIBRARY_PATH} >> $GITHUB_ENV
- name: Install PyMultiNest
run: |
python setup.py install --user
python -c 'import pymultinest'|grep 'LD_LIBRARY_PATH'
- name: Install Cuba
run: |
git clone https://github.com/JohannesBuchner/cuba
pushd cuba && ./configure && ./makesharedlib.sh && popd
echo LD_LIBRARY_PATH=MultiNest/lib/:cuba/:${LD_LIBRARY_PATH} >> $GITHUB_ENV
echo LD_LIBRARY_PATH=cuba/:${LD_LIBRARY_PATH} >> $GITHUB_ENV
'echo "backend: Agg" > matplotlibrc'
- name: Test imports
Expand Down

0 comments on commit 27727e2

Please sign in to comment.