Skip to content

Fix syntax for pipx install command in base setup#280

Merged
krassowski merged 1 commit intomainfrom
fix-install
Mar 12, 2026
Merged

Fix syntax for pipx install command in base setup#280
krassowski merged 1 commit intomainfrom
fix-install

Conversation

@krassowski
Copy link
Member

@krassowski krassowski commented Mar 12, 2026

This fixes integrity failures due to =1.16.5 file being created in the root.

Introduced by #277

Copy link

Copilot AI left a comment

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 fixes the pipx install invocation in the shared “base setup” composite GitHub Action so that version specifiers are passed as a single argument (preventing shell redirection that was creating an =1.16.5 file in the repository root and causing integrity failures).

Changes:

  • Quote the hatch>=1.16.5 requirement in pipx install on non-Windows runners.
  • Quote the same requirement in the Windows branch as well for consistency and correctness.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@krassowski krassowski merged commit 05a7fa4 into main Mar 12, 2026
33 of 35 checks passed
@krassowski krassowski deleted the fix-install branch March 12, 2026 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants