Skip to content

Commit be8ae3d

Browse files
committed
[FIX] GH Actions
1 parent fbdf9a3 commit be8ae3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ python -m pip install --upgrade -r requirements.txt
88
if [ -n "${OPTIONAL_DEPENDS}" ]; then
99
for DEP in ${OPTIONAL_DEPENDS}; do
1010
if [ ${DEP} == "mayavi" ]; then
11-
python -m pip install numpy vtk
11+
python -m pip install numpy vtk==9.0.1
1212
sudo apt update
1313
sudo apt-get install -y xvfb \
1414
x11-utils \

0 commit comments

Comments
 (0)