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

Check if poetry.lock is up to date in CI #17

Open
AKuederle opened this issue Apr 12, 2022 · 0 comments
Open

Check if poetry.lock is up to date in CI #17

AKuederle opened this issue Apr 12, 2022 · 0 comments

Comments

@AKuederle
Copy link
Member

To avoid issues with dependcies, we should check that the poetry.lock file is consistent with the pyproject.toml file in the CI.

Starting with the next poetry release (1.2.), this can be done using the command poetry lock --check. Once this release is stable, we should ask all devs to update and then add this check to the CI.

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

No branches or pull requests

1 participant