Skip to content

Commit

Permalink
GitHub Actions: install python3-numpy
Browse files Browse the repository at this point in the history
This is now require since robotology/idyntree#726 .
  • Loading branch information
traversaro authored Sep 1, 2020
1 parent fe37721 commit bd76226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/install_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apt-get install -y clang valgrind ccache ninja-build
apt-get install -y libeigen3-dev build-essential cmake cmake-curses-gui coinor-libipopt-dev freeglut3-dev libboost-system-dev libboost-filesystem-dev libboost-thread-dev libtinyxml-dev libace-dev libedit-dev libgsl0-dev libopencv-dev libode-dev liblua5.1-dev lua5.1 git swig qtbase5-dev qtdeclarative5-dev qtmultimedia5-dev qml-module-qtquick2 qml-module-qtquick-window2 qml-module-qtmultimedia qml-module-qtquick-dialogs qml-module-qtquick-controls qml-module-qt-labs-folderlistmodel qml-module-qt-labs-settings libsdl1.2-dev libxml2-dev libv4l-dev

# Python
apt-get install -y python3-dev
apt-get install -y python3-dev python3-numpy

# Octave
apt-get install -y liboctave-dev
Expand Down

0 comments on commit bd76226

Please sign in to comment.