Unverified Commit b2383e2f authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] Prevent Python downgrading to pypy on Windows (#5197)

* Update test_windows.ps1

* Update .appveyor.yml

* Update .appveyor.yml
parent 924d337d
...@@ -52,7 +52,7 @@ if ($env:TASK -eq "swig") { ...@@ -52,7 +52,7 @@ if ($env:TASK -eq "swig") {
conda install -q -y -n $env:CONDA_ENV cloudpickle joblib matplotlib numpy pandas psutil pytest scikit-learn scipy ; Check-Output $? conda install -q -y -n $env:CONDA_ENV cloudpickle 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 # 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") { if ($env:TASK -eq "regular") {
mkdir $env:BUILD_SOURCESDIRECTORY/build; cd $env:BUILD_SOURCESDIRECTORY/build 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