Skip to content

Commit

Permalink
[ci] hotfixes (#2132)
Browse files Browse the repository at this point in the history
* Update Features.rst

* Update .appveyor.yml

* Update test_windows.ps1

* Update test_windows.ps1

* Update .appveyor.yml

* Update test_windows.ps1

* Update .appveyor.yml
  • Loading branch information
StrikerRUS authored and guolinke committed Apr 26, 2019
1 parent 4be53a5 commit 044a39d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .appveyor.yml
@@ -1,4 +1,4 @@
version: 2.2.4.{build}
version: 2.2.4.{build}

image: Visual Studio 2015
platform: x64
Expand Down Expand Up @@ -31,6 +31,7 @@ install:
- conda update -q -y conda
- conda create -q -y -n test-env python=%PYTHON_VERSION% matplotlib nose 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: 2 additions & 0 deletions .ci/test_windows.ps1
Expand Up @@ -6,6 +6,8 @@ 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 -DCMAKE_GENERATOR_PLATFORM=x64 .. ; cmake --build . --target ALL_BUILD --config Release ; Check-Output $?
Expand Down
2 changes: 1 addition & 1 deletion docs/Features.rst
Expand Up @@ -283,7 +283,7 @@ References

.. _On Grouping for Maximum Homogeneity: https://www.researchgate.net/publication/242580910_On_Grouping_for_Maximum_Homogeneity

.. _Optimization of collective communication operations in MPICH: http://wwwi10.lrr.in.tum.de/~gerndt/home/Teaching/HPCSeminar/mpich_multi_coll.pdf
.. _Optimization of collective communication operations in MPICH: https://www.mcs.anl.gov/~thakur/papers/ijhpca-coll.pdf

.. _A Communication-Efficient Parallel Algorithm for Decision Tree: http://papers.nips.cc/paper/6381-a-communication-efficient-parallel-algorithm-for-decision-tree

Expand Down

0 comments on commit 044a39d

Please sign in to comment.