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

ci: fix pip package installation for CI builds #11662

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

tejmagar
Copy link

Description

This PR solves python package installation fails for latest Ubuntu image with --break-system-packages flag.

Fixes # (issue)

Checklist

  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to this change
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible (If not, please discuss on the APISIX mailing list first)

tejmagar and others added 2 commits October 16, 2024 19:29
CI build was failing while installing codespell package in latest ubuntu. Fixed pip installation with --break-system-packages flag.
CI build was failing while installing requests package in latest ubuntu. Fixed pip installation with --break-system-packages flag.
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. CI labels Oct 16, 2024
@tejmagar tejmagar changed the title CI: pip package installation for CI builds ci: fix pip package installation for CI builds Oct 16, 2024
tejmagar and others added 2 commits October 16, 2024 21:57
Remove --break-system-packages flag from pip installation script.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants