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
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.
The text was updated successfully, but these errors were encountered:
To avoid issues with dependcies, we should check that the
poetry.lock
file is consistent with thepyproject.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.The text was updated successfully, but these errors were encountered: