Skip to content
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

gha: fix pip install on python actions #23715

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

ivotron
Copy link
Member

@ivotron ivotron commented Oct 10, 2024

The new ubuntu-latest complains when system-wide pip is invoked.

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v24.2.x
  • v24.1.x
  • v23.3.x

Release Notes

  • none

@ivotron ivotron requested a review from a team as a code owner October 10, 2024 00:45
@ivotron ivotron requested review from hobbseltoff and removed request for a team October 10, 2024 00:45
@ivotron ivotron force-pushed the fix-python-actions branch from 53dbfee to 2b4a762 Compare October 10, 2024 02:03
The new `ubuntu-latest` complains when system-wide `pip` is invoked.

Signed-off-by: Ivo Jimenez <[email protected]>
@ivotron ivotron force-pushed the fix-python-actions branch from 2b4a762 to d2ec222 Compare October 10, 2024 02:10
@ivotron ivotron requested review from clee and dotnwat October 10, 2024 02:31
Copy link
Contributor

@clee clee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, one note but not a dealbreaker.

.github/workflows/lint-python.yml Show resolved Hide resolved
@ivotron ivotron merged commit 80e3459 into redpanda-data:dev Oct 10, 2024
13 checks passed
@ivotron ivotron deleted the fix-python-actions branch October 10, 2024 02:55
@vbotbuildovich
Copy link
Collaborator

/backport v24.2.x

@vbotbuildovich
Copy link
Collaborator

/backport v24.1.x

@vbotbuildovich
Copy link
Collaborator

/backport v23.3.x

@vbotbuildovich
Copy link
Collaborator

Failed to create a backport PR to v24.1.x branch. I tried:

git remote add upstream https://github.com/redpanda-data/redpanda.git
git fetch --all
git checkout -b backport-pr-23715-v24.1.x-758 remotes/upstream/v24.1.x
git cherry-pick -x d2ec222f29

Workflow run logs.

@vbotbuildovich
Copy link
Collaborator

Failed to create a backport PR to v24.2.x branch. I tried:

git remote add upstream https://github.com/redpanda-data/redpanda.git
git fetch --all
git checkout -b backport-pr-23715-v24.2.x-853 remotes/upstream/v24.2.x
git cherry-pick -x d2ec222f29

Workflow run logs.

@vbotbuildovich
Copy link
Collaborator

Failed to create a backport PR to v23.3.x branch. I tried:

git remote add upstream https://github.com/redpanda-data/redpanda.git
git fetch --all
git checkout -b backport-pr-23715-v23.3.x-152 remotes/upstream/v23.3.x
git cherry-pick -x d2ec222f29

Workflow run logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants