Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update poetry install command in workflow files
The poetry install command in both '.github/workflows/actions/prepare/action.yml' and '.github/workflows/ci.yml' workflow files has been updated. The new command now includes '--no-root' option for better control of the installation process and removed the '--only main,dev' options to ensure all necessary dependencies are installed.
- Loading branch information