Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
967b45c6
Unverified
Commit
967b45c6
authored
Dec 29, 2020
by
James Lamb
Committed by
GitHub
Dec 30, 2020
Browse files
[ci] fix deprecated 'brew cask install' call (#3692)
parent
6cb968af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
.ci/test_r_package.sh
.ci/test_r_package.sh
+1
-2
No files found.
.ci/test_r_package.sh
View file @
967b45c6
...
...
@@ -59,7 +59,6 @@ if [[ $OS_NAME == "linux" ]]; then
qpdf
\
||
exit
-1
if
[[
$R_BUILD_TYPE
==
"cran"
]]
;
then
sudo
apt-get
install
\
--no-install-recommends
\
...
...
@@ -77,7 +76,7 @@ if [[ $OS_NAME == "macos" ]]; then
brew
install
\
checkbashisms
\
qpdf
brew
cask
install
basictex
brew
install
--cask
basictex
export
PATH
=
"/Library/TeX/texbin:
$PATH
"
sudo
tlmgr
--verify-repo
=
none update
--self
sudo
tlmgr
--verify-repo
=
none
install
inconsolata helvetic
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment