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

ci: Install tox using pip instead of apt #1182

Open
orfeas-k opened this issue Dec 9, 2024 · 2 comments
Open

ci: Install tox using pip instead of apt #1182

orfeas-k opened this issue Dec 9, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@orfeas-k
Copy link
Contributor

orfeas-k commented Dec 9, 2024

Context

Most workflows install tox with thefollowing command https://github.com/canonical/namespace-node-affinity-operator/blob/f8645e2011ca23c7fa32408899e116c27a307f18/.github/workflows/integrate.yaml#L49.
We should instead install using pip since this installs a very old version of tox 3.12.x instead of latest available 4.x.

What needs to get done

Replace
https://github.com/canonical/namespace-node-affinity-operator/blob/f8645e2011ca23c7fa32408899e116c27a307f18/.github/workflows/integrate.yaml#L49
with

          pip install tox

Definition of Done

Tox is installed using pip

@orfeas-k orfeas-k added the enhancement New feature or request label Dec 9, 2024
Copy link

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6651.

This message was autogenerated

Copy link

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6652.

This message was autogenerated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant