Fix CI on Windows: pip upgrade pip by DimitriPapadopoulos · Pull Request #3698 · codespell-project/codespell (original) (raw)

Skip to content

Sign in

Appearance settings

View all features

View all solutions

View all resources

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

Appearance settings

codespell-project / codespell Public

Additional navigation options

Merged

DimitriPapadopoulos

merged 1 commit into

codespell-project:mainfrom

DimitriPapadopoulos:pip_intsall_pip

Apr 28, 2025

ConversationCommits (1)ChecksFiles changed

Merged

Fix CI on Windows: pip upgrade pip#3698

DimitriPapadopoulos

merged 1 commit into

codespell-project:mainfrom

DimitriPapadopoulos:pip_intsall_pip

Conversation

@DimitriPapadopoulos

@DimitriPapadopoulos DimitriPapadopoulos commented

Apr 27, 2025

Copy link Copy Markdown

Collaborator

On Windows, pip.exe cannot update pip.exe if pip.exe is already running.
Use an alternative command that avoids running the pip.exe executable.

@DimitriPapadopoulos

`[Fix CI on Windows: pip upgrade pip](/codespell-project/codespell/pull/3698/commits/2919b47d23bc4c9f4819d1bd5e43df246439c370 "Fix CI on Windows: pip upgrade pip

On Windows, pip.exe cannot update pip.exe if pip.exe is already running. Use an alternative command that avoids running the pip.exe executable.") `

[2919b47](/codespell-project/codespell/pull/3698/commits/2919b47d23bc4c9f4819d1bd5e43df246439c370)

On Windows, pip.exe cannot update pip.exe if pip.exe is already running. Use an alternative command that avoids running the pip.exe executable.

@DimitriPapadopoulos DimitriPapadopoulos requested a review from larsoner as a code owner

April 27, 2025 12:26

@DimitriPapadopoulos DimitriPapadopoulos merged commit c40b6a4 into codespell-project:main

Apr 28, 2025

@DimitriPapadopoulos DimitriPapadopoulos deleted the pip_intsall_pip branch

April 28, 2025 07:37

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

Sign up for free to join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@larsoner larsoner Awaiting requested review from larsoner larsoner is a code owner

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@DimitriPapadopoulos