Commit 785e4778 authored by Nikita Titov's avatar Nikita Titov Committed by James Lamb
Browse files

[ci] removed temp fix for Graphviz from conda (#2551)

parent 7cfb492e
......@@ -32,7 +32,6 @@ install:
- conda update -q -y conda
- conda create -q -y -n test-env python=%PYTHON_VERSION% joblib matplotlib numpy pandas psutil pytest python-graphviz scikit-learn scipy
- activate test-env
- set PATH=%CONDA_PREFIX%\Library\bin\graphviz;%PATH% # temp graphviz hotfix
build_script:
- cd %APPVEYOR_BUILD_FOLDER%\python-package
......
......@@ -6,8 +6,6 @@ function Check-Output {
}
}
$env:PATH += ";$env:CONDA_PREFIX\Library\bin\graphviz" # temp graphviz hotfix
if ($env:TASK -eq "regular") {
mkdir $env:BUILD_SOURCESDIRECTORY/build; cd $env:BUILD_SOURCESDIRECTORY/build
cmake -A x64 .. ; cmake --build . --target ALL_BUILD --config Release ; Check-Output $?
......
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