Skip to content

Commit

Permalink
fix: auto-update poetry.lock (but not deps)
Browse files Browse the repository at this point in the history
Fix —
```
0.870 Installing dependencies from lock file
0.910
0.910 pyproject.toml changed significantly since poetry.lock was last generated. Run `poetry lock [--no-update]` to fix the lock file.
------
failed to solve: process "/bin/sh -c poetry install --no-dev" did not complete successfully: exit code: 1
make: *** [build] Error 17
```
— via `poetry lock --no-update`.
  • Loading branch information
wesleyboar committed Dec 17, 2024
1 parent de05d0b commit 2996f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2996f1b

Please sign in to comment.