-
Notifications
You must be signed in to change notification settings - Fork 121
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
Avoiding cache if pyproject is not modified #2607
Conversation
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2607 +/- ##
==========================================
+ Coverage 77.94% 79.79% +1.85%
==========================================
Files 46 46
Lines 9118 9118
==========================================
+ Hits 7107 7276 +169
+ Misses 2011 1842 -169 |
@pyansys-ci-bot LGTM |
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.
I have the feeling that some steps (like library build) reuse cache so not all the changes are applied.
this is useful most of the cases, but cache should not be done when we are updating dependencies so we can make sure we test compatibilities.