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

Adding trusted host param for pip install #41

Merged
merged 2 commits into from
Aug 13, 2024

Conversation

jeeva-duplo
Copy link
Contributor

@jeeva-duplo jeeva-duplo commented Aug 13, 2024

PR Type

enhancement


Description

  • Added --trusted-host pypi.python.org parameter to pip install commands in AgentAmazonLinux2/Setup.sh.
  • Ensured that all pip install commands in the script use the trusted host parameter for consistency and reliability.

Changes walkthrough 📝

Relevant files
Enhancement
Setup.sh
Add trusted host parameter to pip install commands             

AgentAmazonLinux2/Setup.sh

  • Added --trusted-host pypi.python.org parameter to multiple pip install
    commands.
  • Ensured all pip install commands use the trusted host parameter for
    consistency.
  • +6/-6     

    💡 PR-Agent usage:
    Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions

    Copy link
    Contributor

    PR Description updated to latest commit (d1ea038)

    Copy link
    Contributor

    PR Reviewer Guide 🔍

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ No key issues to review

    Comment on lines +1 to +4
    ## 2024-08-13

    ### Changed
    - Added `--trusted-host pypi.python.org` parameter to all `pip install` commands in the Amazon Linux 2 setup script for improved consistency and reliability.
    Copy link
    Contributor

    Choose a reason for hiding this comment

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

    CHANGELOG.md update

    Copy link

    sonarcloud bot commented Aug 13, 2024

    @zafarabbas zafarabbas merged commit 3297cdd into master Aug 13, 2024
    5 checks passed
    @zafarabbas zafarabbas deleted the feature/fix-pip-install-amazon-linux branch August 13, 2024 22:24
    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.

    2 participants