Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit ae2847e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)