diff --git a/hack/e2e/chart-testing.sh b/hack/e2e/chart-testing.sh index 37f424a644..8e7011c2e6 100644 --- a/hack/e2e/chart-testing.sh +++ b/hack/e2e/chart-testing.sh @@ -10,6 +10,5 @@ function ct_install() { curl --silent --location "${CHART_TESTING_DOWNLOAD_URL}" | tar xz -C "${INSTALL_PATH}" chmod +x "${INSTALL_PATH}"/ct fi - - python3 -m pip install yamllint yamale + apt-get update && apt-get install -y yamllint }