-
Notifications
You must be signed in to change notification settings - Fork 266
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
use poetry lock --check feature from alpha #357
Conversation
@RoiGlinik when you say "we will have to update" do you mean us developers on our local machines? |
@aantn yea, for running the check command and the sync command ourselfs. |
@RoiGlinik is the error because they're running an old version of poetry and not installing stuff correctly? Something else? |
@aantn Yea i had to update it at the docker file and the test action as well . now they all use the new version |
Looks good to me, just make sure you document and announce to everyone that they need to update poetry.
|
Simple action to test the lock file. Uses an alpha version of poetry.
We will have to update using:
poetry self update --preview
Check is not aligned with older versions.