Skip to content

Commit

Permalink
[ci] removed temp fix for Graphviz from conda (#2551)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored and jameslamb committed Nov 8, 2019
1 parent 7cfb492 commit 785e477
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .ci/test_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 $?
Expand Down

0 comments on commit 785e477

Please sign in to comment.