-
Notifications
You must be signed in to change notification settings - Fork 2
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
🚀 Fix tox deployment errors #216
Conversation
rahulpatidar0191
commented
Jan 24, 2024
- Fixes the errors we were getting when running tests
- Removed duplicate installation of tox
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion: let's also fix the versions fortox-gh-actions
, poetry
and tox
to whatever are the latest now so that we don't get any unexpected failure due to their breaking changes in the future latest versions. Then we just regularly update their versions in a controlled manner.
Sure, updated |
Co-authored-by: Lishan Luo <[email protected]>
Btw, this PR is to fix the poetry configuration and version mismatch when Tox runs the tests. not a deployment issue. 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Rahul
It's the workflow that started this 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice clean up.