Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace poetry update with poetry install
`poetry update` is a command that upgrades all dependecies to their latest compatible version. This is never what you want when just installing dependencies. Instead, `poetry install` should be run to install the dependency versions specified in the lock file. This fixes the behavior of Frogbot upgrading all dependencies when called in CI.
- Loading branch information