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
89461519
Unverified
Commit
89461519
authored
Sep 14, 2025
by
James Lamb
Committed by
GitHub
Sep 14, 2025
Browse files
[ci] skip conda setup on cpp-tests jobs (#7029)
parent
f981fba7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.ci/setup.sh
.ci/setup.sh
+1
-1
No files found.
.ci/setup.sh
View file @
89461519
...
@@ -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
\
...
...
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