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