Skip to content

Commit ae2847e

Browse files
[travis] Fix robotpkg-py27-eigenpy
1 parent 80e979b commit ae2847e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis_custom/custom_before_install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sudo free -m -t
1717
export APT_DEPENDENCIES="doxygen libboost-system-dev libboost-test-dev libboost-filesystem-dev libboost-program-options-dev libeigen3-dev libtinyxml-dev libconsole-bridge-dev robotpkg-pinocchio robotpkg-dynamic-graph-v3 robotpkg-py27-dynamic-graph-v3 robotpkg-sot-core-v3 "
1818

1919
# Add Python dependency
20-
export APT_DEPENDENCIES=$APT_DEPENDENCIES" libboost-python-dev robotpkg-eigenpy python2.7-dev python-numpy python-sphinx"
20+
export APT_DEPENDENCIES=$APT_DEPENDENCIES" libboost-python-dev robotpkg-py27-eigenpy python2.7-dev python-numpy python-sphinx"
2121

2222
# When this script is called the current directory is ./custom_travis
2323
. ./.travis/run ../.travis/before_install

0 commit comments

Comments
 (0)