"vscode:/vscode.git/clone" did not exist on "317b1bfbbfdd8f8a4f5af16b970526bb9486f588"
Unverified Commit 31ab4d42 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] fix current `master` fails with graphviz-related error (#5068)

* Update test_windows.ps1

* Update .appveyor.yml

* Update test_windows.ps1

* Update .appveyor.yml
parent f6d654b7
......@@ -52,7 +52,7 @@ if ($env:TASK -eq "swig") {
conda install -q -y -n $env:CONDA_ENV joblib matplotlib numpy pandas psutil pytest scikit-learn scipy ; Check-Output $?
# python-graphviz has to be installed separately to prevent conda from downgrading to pypy
conda install -q -y -n $env:CONDA_ENV python-graphviz ; Check-Output $?
conda install -q -y -n $env:CONDA_ENV libxml2 python-graphviz ; Check-Output $?
if ($env:TASK -eq "regular") {
mkdir $env:BUILD_SOURCESDIRECTORY/build; cd $env:BUILD_SOURCESDIRECTORY/build
......
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