Unverified Commit 89461519 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[ci] skip conda setup on cpp-tests jobs (#7029)

parent f981fba7
...@@ -144,7 +144,7 @@ else # Linux ...@@ -144,7 +144,7 @@ else # Linux
fi fi
fi fi
if [[ "${TASK}" != "r-package" ]]; then if [[ "${TASK}" != "cpp-tests" ]] && [[ "${TASK}" != "r-package" ]]; then
if [[ $SETUP_CONDA != "false" ]]; then if [[ $SETUP_CONDA != "false" ]]; then
curl \ curl \
-sL \ -sL \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment