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

patch(integration_test_charm.yaml): Fix pipx path on self-hosted runners #172

Merged
merged 1 commit into from
May 14, 2024

Conversation

carlcsaposs-canonical
Copy link
Contributor

Matches pipx install on current build_*.yaml workflows

Matches pipx install on current build_*.yaml workflows
@@ -168,6 +168,7 @@ jobs:
sudo apt-get install python3-pip python3-venv -y
python3 -m pip install --user pipx
python3 -m pipx ensurepath

Choose a reason for hiding this comment

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

Maybe pipx ensurepath --global if executed with necessary privileges. Do we have sudo there?

@carlcsaposs-canonical carlcsaposs-canonical merged commit e697677 into main May 14, 2024
2 checks passed
@carlcsaposs-canonical carlcsaposs-canonical deleted the pipx-path branch May 14, 2024 09:59
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.

3 participants