Skip to content

Commit

Permalink
deploy: ignore VTK in pip check, installed without glue
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Jan 9, 2024
1 parent 74cb892 commit 78d84a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bluebrain/deployment/bin/module-check
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ SED_SCRIPT=$(mktemp)
cat <<EOF >${SED_SCRIPT}
/requires neuron, which is not installed/d
/requires tensorflow, which is not installed/d
/requires vtk, which is not installed/d
EOF
trap "rm -rf '${SED_SCRIPT}'" EXIT

Expand Down

0 comments on commit 78d84a6

Please sign in to comment.