Skip to content

Commit

Permalink
CI: Fix 'error: externally-managed-environment'
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Torres <[email protected]>
  • Loading branch information
torredil committed Oct 10, 2023
1 parent 7ca4149 commit bc451b2
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 yamale
}

0 comments on commit bc451b2

Please sign in to comment.