Skip to content

Commit 4dc2085

Browse files
authored
Update lint-all.sh
1 parent 1d75df1 commit 4dc2085

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.ci/lint-all.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ conda create -q -y -n test-env \
1414
'pre-commit>=3.8.0' \
1515
'pyarrow-core>=17.0' \
1616
'scikit-learn>=1.5.2' \
17-
'r-lintr>=3.1.2'
17+
'r' \
18+
'libcurl4-openssl-dev' \
19+
'libnode-dev' \
20+
'pandoc'
1821

1922
# shellcheck disable=SC1091
2023
source activate test-env

0 commit comments

Comments
 (0)