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
platform: x64
......@@ -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 pywin32
- conda install -q -y -n test-env ipywidgets notebook
- jupyter nbconvert --ExecutePreprocessor.timeout=180 --to notebook --execute --inplace *.ipynb # run all notebooks
......@@ -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 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
}
......@@ -116,13 +116,13 @@ jobs:
matrix:
regular:
TASK: regular
PYTHON_VERSION: 3.5
PYTHON_VERSION: 3.7
sdist:
TASK: sdist
PYTHON_VERSION: 2.7
bdist:
TASK: bdist
PYTHON_VERSION: 3.6
PYTHON_VERSION: 3.5
steps:
- powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
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