Skip to content

Commit

Permalink
Merge pull request #1779 from torredil/ci-fix-8123
Browse files Browse the repository at this point in the history
CI: Fix 'error: externally-managed-environment'
  • Loading branch information
k8s-ci-robot authored Oct 10, 2023
2 parents e06c0d0 + f44732d commit cd6cf06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hack/e2e/chart-testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit cd6cf06

Please sign in to comment.