Skip to content

Commit

Permalink
circle: Install missing executable required by circle/cmake_install a…
Browse files Browse the repository at this point in the history
…dd-on
  • Loading branch information
jcfr committed Jul 27, 2018
1 parent 64afcb1 commit 109334d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scikit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ before_install:
commands:
- python -m ci_addons travis/install_pyenv

circle:
commands:
- sudo apt-get install rsync

install:
commands:
- python -m ci_addons $<CI_NAME>/install_cmake 3.6.2
Expand Down

0 comments on commit 109334d

Please sign in to comment.