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
2544d1ba
Unverified
Commit
2544d1ba
authored
Jan 22, 2024
by
James Lamb
Committed by
GitHub
Jan 22, 2024
Browse files
[ci] fix conda env creation in 'regular' CI job (fixes #6282) (#6283)
Co-authored-by:
José Morales
<
jmoralz92@gmail.com
>
parent
255c93b5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.ci/test.sh
.ci/test.sh
+2
-2
No files found.
.ci/test.sh
View file @
2544d1ba
...
@@ -319,9 +319,9 @@ matplotlib.use\(\"Agg\"\)\
...
@@ -319,9 +319,9 @@ matplotlib.use\(\"Agg\"\)\
jupyter nbconvert
--ExecutePreprocessor
.timeout
=
180
--to
notebook
--execute
--inplace
*
.ipynb
||
exit
-1
# run all notebooks
jupyter nbconvert
--ExecutePreprocessor
.timeout
=
180
--to
notebook
--execute
--inplace
*
.ipynb
||
exit
-1
# run all notebooks
# importing the library should succeed even if all optional dependencies are not present
# importing the library should succeed even if all optional dependencies are not present
conda uninstall
--force
--yes
\
conda uninstall
-n
$CONDA_ENV
--force
--yes
\
cffi
\
cffi
\
dask
\
dask
-core
\
distributed
\
distributed
\
joblib
\
joblib
\
matplotlib
\
matplotlib
\
...
...
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