Skip to content

Commit

Permalink
[ci] removed temp fix for missing package (#2493)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored and jameslamb committed Oct 6, 2019
1 parent dee7215 commit 780a3fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
@@ -1,4 +1,4 @@
version: 2.3.1.{build}
version: 2.3.1.{build}

image: Visual Studio 2015
platform: x64
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion .ci/test_windows.ps1
Expand Up @@ -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
}
4 changes: 2 additions & 2 deletions .vsts-ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit 780a3fd

Please sign in to comment.