Skip to content

Commit

Permalink
fixed bugs. bugs are bad
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 12, 2019
1 parent bdca326 commit 875eff4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/test_r_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ if [[ $OS_NAME == "linux" ]]; then
sudo apt-key adv \
--keyserver keyserver.ubuntu.com \
--recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
sudo apt-get update
sudo apt-get install \
--no-install-recommends \
-y \
Expand All @@ -32,6 +31,7 @@ fi
# Installing R precompiled for Mac OS 10.11 or higher
if [[ $OS_NAME == "macos" ]]; then
wget -q https://cran.r-project.org/bin/macosx/R-${R_MAC_VERSION}.pkg -O R.pkg
sudo installer \
-pkg $(pwd)/R.pkg \
-target /
fi
Expand Down
2 changes: 0 additions & 2 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
PYTHON_VERSION: 3.6
r_package:
TASK: r-package
R_MAC_VERSION: 3.6.1
R_LINUX_VERSION: 3.6.1-3bionic
steps:
- script: |
Expand Down Expand Up @@ -91,7 +90,6 @@ jobs:
r_package:
TASK: r-package
R_MAC_VERSION: 3.6.1
R_LINUX_VERSION: 3.6.1-3bionic
steps:
- script: |
echo "##vso[task.setvariable variable=HOME_DIRECTORY]$AGENT_HOMEDIRECTORY"
Expand Down

0 comments on commit 875eff4

Please sign in to comment.