Skip to content

Commit

Permalink
update tlmgr before installing packages (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Feb 12, 2021
1 parent 645b42b commit 493f830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/r_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ if [[ $OS_NAME == "macos-latest" ]]; then
echo 'options(pkgType = "mac.binary")' > .Rprofile
echo 'options(install.packages.check.source = "no")' >> .Rprofile
else
tlmgr --verify-repo=none update --self
tlmgr --verify-repo=none install ec
fi

Expand Down

0 comments on commit 493f830

Please sign in to comment.