Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct poetry install flag format in GitHub Actions workflow
Previously, the `poetry install` command was using a space instead of an equals sign for the `--with` flag. This commit corrects it by changing `--with testing` to `--with=testing`, ensuring the installation command is properly recognized and executed.
- Loading branch information