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 3030 if : " !startsWith(matrix.os, 'windows')"
3131 run : |
3232 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
3334 echo "R_LIBRARY=export LD_LIBRARY_PATH=$(python -m rpy2.situation LD_LIBRARY_PATH):${LD_LIBRARY_PATH}" >> $GITHUB_ENV
3435 - name : Set virtualenv activation command (Windows)
3536 if : startsWith(matrix.os, 'windows')
Original file line number Diff line number Diff line change @@ -13,5 +13,7 @@ test-korapclient:
1313 - mkdir -p ~/.config/pip
1414 - echo -e "[global]\nbreak-system-packages = true" >> ~/.config/pip/pip.conf
1515 - python3 -m pip install pytest
16+ - export LD_LIBRARY_PATH=$(dirname $(find / -name libR.so)):$LD_LIBRARY_PATH
17+ - echo $LD_LIBRARY_PATH
1618 - python3 -m pip install .
1719 - python3 -m pytest -v
You can’t perform that action at this time.
0 commit comments