-
Notifications
You must be signed in to change notification settings - Fork 621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: Fix "error: externally-managed-environment" #2414
CI: Fix "error: externally-managed-environment" #2414
Conversation
Seems like the CI OS changed and now it won't allow installing Python packages in the system without explicitly requesting that. This commit solves this by installing needed packages through `apt-get`.
This is an approach alternative to #2413. /test pull-cloud-provider-openstack-check |
/test openstack-cloud-controller-manager-e2e-test |
Let's see if I can do this myself… /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dulek The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@pierreprinetti, @mdbooth, care to take a look and |
/lgtm |
PR kubernetes#2414 missed fixing this for Cinder and Manila e2e tests, this makes sure these tests work too.
PR #2414 missed fixing this for Cinder and Manila e2e tests, this makes sure these tests work too.
/cherry-pick release-1.26 |
@kayrus: new pull request created: #2416 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/cherry-pick release-1.27 |
/cherry-pick release-1.28 |
@kayrus: new pull request created: #2417 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@kayrus: new pull request created: #2418 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
PR kubernetes#2414 missed fixing this for Cinder and Manila e2e tests, this makes sure these tests work too.
PR #2414 missed fixing this for Cinder and Manila e2e tests, this makes sure these tests work too.
PR kubernetes#2414 missed fixing this for Cinder and Manila e2e tests, this makes sure these tests work too.
PR kubernetes#2414 missed fixing this for Cinder and Manila e2e tests, this makes sure these tests work too.
PR #2414 missed fixing this for Cinder and Manila e2e tests, this makes sure these tests work too.
PR #2414 missed fixing this for Cinder and Manila e2e tests, this makes sure these tests work too.
What this PR does / why we need it:
Seems like the CI OS changed and now it won't allow installing Python packages in the system without explicitly requesting that. This commit solves this by installing needed packages through
apt-get
.Which issue this PR fixes(if applicable):
fixes #2412
Special notes for reviewers:
Release note: