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

Use pipx for package installation in CI #82

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Use pipx for package installation in CI #82

merged 1 commit into from
Oct 10, 2024

Conversation

annehaley
Copy link
Collaborator

This PR modifies the lint job in our CI tests to prevent the occurence of error: externally-managed-environment during the pip install tox step. The error message recommends using pipx for environment management, so this PR uses a pipx Github action to complete the installation of tox prior to running the lint command.
See this workflow run for an example of the error.

@annehaley annehaley marked this pull request as ready for review October 10, 2024 15:25
@annehaley annehaley requested a review from jjnesbitt October 10, 2024 15:26
@annehaley annehaley merged commit 3c265fa into master Oct 10, 2024
4 checks passed
@annehaley annehaley deleted the ci-use-pipx branch October 10, 2024 19:54
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