Skip to content

Commit

Permalink
Update test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Dec 15, 2024
1 parent 2655d11 commit df12773
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ if [[ $TASK == "lint" ]]; then
'include-what-you-use>=0.23' \
'matplotlib-base>=3.9.1' \
'mypy>=1.11.1' \
'ninja>=1.12.1' \
'pre-commit>=3.8.0' \
'pyarrow-core>=17.0' \
'scikit-learn>=1.5.2' \
Expand All @@ -123,7 +124,7 @@ if [[ $TASK == "lint" ]]; then
bash ./.ci/lint-cpp.sh || exit 1
# echo "Linting JavaScript code"
# bash ./.ci/lint-js.sh || exit 1
# exit 0
exit 0
fi

if [[ $TASK == "check-docs" ]] || [[ $TASK == "check-links" ]]; then
Expand Down

0 comments on commit df12773

Please sign in to comment.