Skip to content

Commit 4f4d8b8

Browse files
committed
[FIX] Try to fix error related to dependencies
1 parent 55b1a51 commit 4f4d8b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/install_dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ if [ -n "${OPTIONAL_DEPENDS}" ]; then
99
for DEP in ${OPTIONAL_DEPENDS}; do
1010
if [ ${DEP} == "mayavi" ]; then
1111
python -m pip install numpy vtk
12+
sudo apt update
1213
sudo apt-get install -y xvfb \
1314
x11-utils \
1415
mencoder \

0 commit comments

Comments
 (0)