Skip to content
Prev Previous commit
Next Next commit
Manually installs R 3.6
  • Loading branch information
HyukjinKwon committed Jul 30, 2020
commit 0450ae358cab9c6eac744f225cd2a1b5c1f2c1e4
8 changes: 5 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ jobs:
# See also https://github.com/sphinx-doc/sphinx/issues/7551.
pip3 install flake8 'sphinx<3.1.0' numpy pydata_sphinx_theme
- name: Install R 3.6
uses: r-lib/actions/setup-r@master
with:
r-version: 3.6
run: |
echo 'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran36/' | sudo tee -a /etc/apt/sources.list
curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xE298A3A825C0D65DFD57CBB651716619E084DAB9" | sudo apt-key add
sudo apt-get update
sudo apt-get install -y r-base r-base-dev libcurl4-openssl-dev
- name: Install R linter dependencies and SparkR
run: |
Rscript -e 'print(version)'
Expand Down