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
It's really nice in CI to require that the lock file is up to date. So I like to use pipenv install --deploy or poetry lock --check (Poetry v1.2). I can't find an equivalent in pdm. Is there one?
If pyproject.toml has been updated, I want to require that the lockfile is current and there's no disparity.
Thank you!
The text was updated successfully, but these errors were encountered:
It's really nice in CI to require that the lock file is up to date. So I like to use
pipenv install --deploy
orpoetry lock --check
(Poetry v1.2). I can't find an equivalent inpdm
. Is there one?If pyproject.toml has been updated, I want to require that the lockfile is current and there's no disparity.
Thank you!
The text was updated successfully, but these errors were encountered: