We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pip
apt
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.
tox
3.12.x
4.x
Replace https://github.com/canonical/namespace-node-affinity-operator/blob/f8645e2011ca23c7fa32408899e116c27a307f18/.github/workflows/integrate.yaml#L49 with
pip install tox
Tox is installed using pip
The text was updated successfully, but these errors were encountered:
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6651.
This message was autogenerated
Sorry, something went wrong.
The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6652.
No branches or pull requests
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 tox3.12.x
instead of latest available4.x
.What needs to get done
Replace
https://github.com/canonical/namespace-node-affinity-operator/blob/f8645e2011ca23c7fa32408899e116c27a307f18/.github/workflows/integrate.yaml#L49
with
Definition of Done
Tox is installed using
pip
The text was updated successfully, but these errors were encountered: