Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3eca774

Browse files
uilianriesfacontidavide
authored andcommitted
BehaviorTree#39 Fix Conan version (BehaviorTree#42)
Signed-off-by: Uilian Ries <[email protected]>
1 parent 759f930 commit 3eca774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conan/travis/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
1818
pyenv activate conan
1919
fi
2020

21-
pip install -U conan_package_tools conan
21+
pip install -U conan==1.10.2 conan_package_tools

0 commit comments

Comments
 (0)