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
8666bc63
Unverified
Commit
8666bc63
authored
Oct 02, 2025
by
Nikita Titov
Committed by
GitHub
Oct 02, 2025
Browse files
[ci] fix recent conda and mamba matching error (#7047)
* Update setup.sh * Update build-docs.sh * Update test-windows.ps1
parent
1d251925
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.ci/setup.sh
.ci/setup.sh
+1
-1
.ci/test-windows.ps1
.ci/test-windows.ps1
+1
-1
docs/build-docs.sh
docs/build-docs.sh
+1
-1
No files found.
.ci/setup.sh
View file @
8666bc63
...
...
@@ -153,7 +153,7 @@ if [[ "${TASK}" != "cpp-tests" ]] && [[ "${TASK}" != "r-package" ]]; then
sh miniforge.sh
-b
-p
"
${
CONDA
}
"
fi
conda config
--set
always_yes
yes
--set
changeps1 no
conda update
-q
-y
conda
conda update
-q
-y
conda
conda-libmamba-solver
# print output of 'conda info', to help in submitting bug reports
echo
"conda info:"
...
...
.ci/test-windows.ps1
View file @
8666bc63
...
...
@@ -66,7 +66,7 @@ if ($env:TASK -eq "swig") {
conda
init
powershell
conda
activate
conda
config
--set
always_yes
yes
--set
changeps1
no
conda
update
-q
-y
conda
"python=
$
env
:
PYTHON_VERSION
[build=*_cp*]"
conda
update
-q
-y
conda
conda-libmamba-solver
"python=
$
env
:
PYTHON_VERSION
[build=*_cp*]"
# print output of 'conda info', to help in submitting bug reports
Write-Output
"conda info:"
...
...
docs/build-docs.sh
View file @
8666bc63
...
...
@@ -14,7 +14,7 @@ curl \
/bin/bash
"
${
HOME
}
/miniforge.sh"
-b
-p
"
${
CONDA
}
"
conda config
--set
always_yes
yes
--set
changeps1 no
conda update
-q
-y
conda
conda update
-q
-y
conda
conda-libmamba-solver
conda
env
create
\
--name
docs-env
\
...
...
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