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
e47d9414
Commit
e47d9414
authored
Sep 25, 2019
by
Nikita Titov
Committed by
James Lamb
Sep 24, 2019
Browse files
[ci] temp fix for missing dependency on Windows (#2440)
parent
e7765820
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.appveyor.yml
.appveyor.yml
+1
-1
.ci/test_windows.ps1
.ci/test_windows.ps1
+1
-1
No files found.
.appveyor.yml
View file @
e47d9414
...
...
@@ -54,5 +54,5 @@ test_script:
if (!$?) { $host.SetShouldExit(-1) }
} # run all examples
-
cd %APPVEYOR_BUILD_FOLDER%\examples\python-guide\notebooks
-
conda install -q -y -n test-env ipywidgets notebook
-
conda install -q -y -n test-env ipywidgets notebook
pywin32
-
jupyter nbconvert --ExecutePreprocessor.timeout=180 --to notebook --execute --inplace *.ipynb
# run all notebooks
.ci/test_windows.ps1
View file @
e47d9414
...
...
@@ -49,6 +49,6 @@ if ($env:TASK -eq "regular") {
python
$file
;
Check-Output
$?
}
# run all examples
cd
$
env
:
BUILD_SOURCESDIRECTORY
/examples/python-guide/notebooks
conda
install
-q
-y
-n
$
env
:
CONDA_ENV
ipywidgets
notebook
conda
install
-q
-y
-n
$
env
:
CONDA_ENV
ipywidgets
notebook
pywin32
jupyter
nbconvert
--ExecutePreprocessor
.
timeout
=
180
--to
notebook
--execute
--inplace
*.
ipynb
;
Check-Output
$?
# run all notebooks
}
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