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

Commits on Oct 16, 2024

  1. fix: python CI failure

    CI build was failing while installing codespell package in latest ubuntu. Fixed pip installation with --break-system-packages flag.
    tejmagar authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c1b4c5b View commit details
    Browse the repository at this point in the history
  2. fix: python CI failure

    CI build was failing while installing requests package in latest ubuntu. Fixed pip installation with --break-system-packages flag.
    tejmagar committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    85f329b View commit details
    Browse the repository at this point in the history
  3. fix: python CI failure

    Remove --break-system-packages flag from pip installation script.
    tejmagar committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8a34021 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. pip -> pip3

    shreemaan-abhishek committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    dd96112 View commit details
    Browse the repository at this point in the history