Skip to content

Experiment with pip install#41008

Draft
OneBlue wants to merge 7 commits into
masterfrom
user/oneblue/pip-fix
Draft

Experiment with pip install#41008
OneBlue wants to merge 7 commits into
masterfrom
user/oneblue/pip-fix

Conversation

@OneBlue

@OneBlue OneBlue commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

Summary of the Pull Request

PR Checklist

  • Closes: Link to issue #xxx
  • Communication: I've discussed this with core contributors already. If work hasn't been agreed, this work might be rejected
  • Tests: Added/updated if needed and all pass
  • Localization: All end user facing strings can be localized
  • Dev docs: Added/updated if needed
  • Documentation updated: If checked, please file a pull request on our docs repo and link it here: #xxx

Detailed Description of the Pull Request / Additional comments

Validation Steps Performed

@OneBlue OneBlue requested a review from a team as a code owner July 6, 2026 18:53
Copilot AI review requested due to automatic review settings July 6, 2026 18:53
@OneBlue OneBlue marked this pull request as draft July 6, 2026 18:53

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR modifies the Azure DevOps build pipeline stage definition to add a conditional Python/pip authentication step before installing tools/devops/requirements.txt.

Changes:

  • Adds a conditional step intended to enable pip authentication when parameters.pool is empty (using the default pool).
  • Runs the existing pip dependency install after the new conditional authentication step.

Comment thread .pipelines/build-stage.yml Outdated
Comment on lines +107 to +111
- ${{ if eq(parameters.pool, '') }}:
- template: templates/python_auth.yml
parameters:
pipAuthentication: true

Copilot AI review requested due to automatic review settings July 6, 2026 20:39

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment on lines +30 to +31
networkisolation:
policy: Permissive
Copilot AI review requested due to automatic review settings July 6, 2026 22:26

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment on lines 27 to +31
featureFlags:
EnableCDPxPAT: false
WindowsHostVersion: 1ESWindows2022
networkisolation:
policy: Preferred,PyPi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants