Skip to content

Standardize pip invocation in azure-login-canary workflow#18

Draft
Copilot wants to merge 2 commits intocopilot/fix-login-issue-againfrom
copilot/update-login-feature-again
Draft

Standardize pip invocation in azure-login-canary workflow#18
Copilot wants to merge 2 commits intocopilot/fix-login-issue-againfrom
copilot/update-login-feature-again

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 4, 2026

Changed pip3 install to python3 -m pip install in the Azure CLI edge build installation step for consistency with the pip upgrade command on the preceding line.

Changes

  • .github/workflows/azure-login-canary.yml: Updated line 27 to use python3 -m pip install instead of pip3 install
- pip3 install -q --upgrade --pre azure-cli --extra-index-url https://azurecliprod.blob.core.windows.net/edge --no-cache-dir --upgrade-strategy=eager
+ python3 -m pip install -q --upgrade --pre azure-cli --extra-index-url https://azurecliprod.blob.core.windows.net/edge --no-cache-dir --upgrade-strategy=eager
Original prompt

Reference: e63d9d4


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: Jury1981 <210622247+Jury1981@users.noreply.github.com>
Copilot AI changed the title [WIP] Update login feature for improved user experience Standardize pip invocation in azure-login-canary workflow Feb 4, 2026
Copilot AI requested a review from Jury1981 February 4, 2026 15:25
@github-actions github-actions Bot added the Stale label Feb 18, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 4, 2026

This PR is idle because it has been open for 14 days with no activity.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 1, 2026

This PR is idle because it has been open for 14 days with no activity.

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