You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was also wondering if we should add poetry.lock in our commits ? Since it changes depending on the platform (is it ?), I have the feeling that it should only be local, but i am not familiar enough with poetry.
Not sure either about the poetry.lock, however I noticed that when dependabot opens PR's to update dependencies (using the defaut settings that github provides), it commits an updated poetry.lock, so it is a good trigger in this case.
Problem
On a pull request, automated tests in CI are launched only when the change updates the codebase or the tests scripts.
Github action is not triggered when the python dependencies are updated.
Solution
Add a condition to trigger the workflow when poetry.lock file is updated.
Alternatives
Additional context or elements
The text was updated successfully, but these errors were encountered: