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
780a3fdf
"...gmock/git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "534570b5bd8dfcb72643b5e81d3bdcf1b5454149"
Commit
780a3fdf
authored
Oct 06, 2019
by
Nikita Titov
Committed by
James Lamb
Oct 05, 2019
Browse files
[ci] removed temp fix for missing package (#2493)
parent
dee72159
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
.appveyor.yml
.appveyor.yml
+2
-2
.ci/test_windows.ps1
.ci/test_windows.ps1
+1
-1
.vsts-ci.yml
.vsts-ci.yml
+2
-2
No files found.
.appveyor.yml
View file @
780a3fdf
version
:
2.3.1.{build}
version
:
2.3.1.{build}
image
:
Visual Studio
2015
image
:
Visual Studio
2015
platform
:
x64
platform
:
x64
...
@@ -54,5 +54,5 @@ test_script:
...
@@ -54,5 +54,5 @@ test_script:
if (!$?) { $host.SetShouldExit(-1) }
if (!$?) { $host.SetShouldExit(-1) }
} # run all examples
} # run all examples
-
cd %APPVEYOR_BUILD_FOLDER%\examples\python-guide\notebooks
-
cd %APPVEYOR_BUILD_FOLDER%\examples\python-guide\notebooks
-
conda install -q -y -n test-env ipywidgets notebook
pywin32
-
conda install -q -y -n test-env ipywidgets notebook
-
jupyter nbconvert --ExecutePreprocessor.timeout=180 --to notebook --execute --inplace *.ipynb
# run all notebooks
-
jupyter nbconvert --ExecutePreprocessor.timeout=180 --to notebook --execute --inplace *.ipynb
# run all notebooks
.ci/test_windows.ps1
View file @
780a3fdf
...
@@ -49,6 +49,6 @@ if ($env:TASK -eq "regular") {
...
@@ -49,6 +49,6 @@ if ($env:TASK -eq "regular") {
python
$file
;
Check-Output
$?
python
$file
;
Check-Output
$?
}
# run all examples
}
# run all examples
cd
$
env
:
BUILD_SOURCESDIRECTORY
/examples/python-guide/notebooks
cd
$
env
:
BUILD_SOURCESDIRECTORY
/examples/python-guide/notebooks
conda
install
-q
-y
-n
$
env
:
CONDA_ENV
ipywidgets
notebook
pywin32
conda
install
-q
-y
-n
$
env
:
CONDA_ENV
ipywidgets
notebook
jupyter
nbconvert
--ExecutePreprocessor
.
timeout
=
180
--to
notebook
--execute
--inplace
*.
ipynb
;
Check-Output
$?
# run all notebooks
jupyter
nbconvert
--ExecutePreprocessor
.
timeout
=
180
--to
notebook
--execute
--inplace
*.
ipynb
;
Check-Output
$?
# run all notebooks
}
}
.vsts-ci.yml
View file @
780a3fdf
...
@@ -116,13 +116,13 @@ jobs:
...
@@ -116,13 +116,13 @@ jobs:
matrix
:
matrix
:
regular
:
regular
:
TASK
:
regular
TASK
:
regular
PYTHON_VERSION
:
3.
5
PYTHON_VERSION
:
3.
7
sdist
:
sdist
:
TASK
:
sdist
TASK
:
sdist
PYTHON_VERSION
:
2.7
PYTHON_VERSION
:
2.7
bdist
:
bdist
:
TASK
:
bdist
TASK
:
bdist
PYTHON_VERSION
:
3.
6
PYTHON_VERSION
:
3.
5
steps
:
steps
:
-
powershell
:
Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
-
powershell
:
Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
displayName
:
Enable conda
displayName
:
Enable conda
...
...
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