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
be591c84
Unverified
Commit
be591c84
authored
Apr 14, 2020
by
Nikita Titov
Committed by
GitHub
Apr 14, 2020
Browse files
[ci] fixed r-lintr version constraint (#2990)
* Update test.sh * update brew to pull new URL for basictex
parent
8c335352
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
.ci/test.sh
.ci/test.sh
+1
-1
.ci/test_r_package.sh
.ci/test_r_package.sh
+4
-0
No files found.
.ci/test.sh
View file @
be591c84
...
...
@@ -48,7 +48,7 @@ if [[ $TRAVIS == "true" ]] && [[ $TASK == "lint" ]]; then
conda
install
-q
-y
-n
$CONDA_ENV
\
-c
conda-forge
\
libxml2
\
r-lintr>
=
2.0
"
r-lintr>=2.0
"
pip
install
--user
cpplint
echo
"Linting Python code"
pycodestyle
--ignore
=
E501,W503
--exclude
=
./compute,./.nuget
.
||
exit
-1
...
...
.ci/test_r_package.sh
View file @
be591c84
...
...
@@ -35,6 +35,10 @@ fi
# Installing R precompiled for Mac OS 10.11 or higher
if
[[
$OS_NAME
==
"macos"
]]
;
then
# temp fix for basictex
if
[[
$AZURE
==
"true"
]]
;
then
brew update
fi
brew
install
qpdf
brew cask
install
basictex
export
PATH
=
"/Library/TeX/texbin:
$PATH
"
...
...
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