"...gmock/git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "534570b5bd8dfcb72643b5e81d3bdcf1b5454149"
Commit 780a3fdf authored by Nikita Titov's avatar Nikita Titov Committed by James Lamb
Browse files

[ci] removed temp fix for missing package (#2493)

parent dee72159
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
...@@ -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
} }
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment