File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 30
30
if : " !startsWith(matrix.os, 'windows')"
31
31
run : |
32
32
echo "VENV_ACTIVATE=source pyenv_base/bin/activate" >> $GITHUB_ENV
33
+ echo "LD_LIBRARY_PATH=$(dirname $(find / -name libR.so)):${LD_LIBRARY_PATH}" >> $GITHUB_ENV
33
34
echo "R_LIBRARY=export LD_LIBRARY_PATH=$(python -m rpy2.situation LD_LIBRARY_PATH):${LD_LIBRARY_PATH}" >> $GITHUB_ENV
34
35
- name : Set virtualenv activation command (Windows)
35
36
if : startsWith(matrix.os, 'windows')
Original file line number Diff line number Diff line change @@ -13,5 +13,7 @@ test-korapclient:
13
13
- mkdir -p ~/.config/pip
14
14
- echo -e "[global]\nbreak-system-packages = true" >> ~/.config/pip/pip.conf
15
15
- python3 -m pip install pytest
16
+ - export LD_LIBRARY_PATH=$(dirname $(find / -name libR.so)):$LD_LIBRARY_PATH
17
+ - echo $LD_LIBRARY_PATH
16
18
- python3 -m pip install .
17
19
- python3 -m pytest -v
You can’t perform that action at this time.
0 commit comments