0 留言 (0 留言)0 反應 (0 反應)0 負責人 (0 負責人)Python1,728 star (1,728 star)297 fork (297 fork)batch import
automationgood first issue
- 議題類型
- feature
- 研究方向
- Look at the current CI configuration in the repository (likely .github/workflows or similar) to understand the existing setup. Add a step that checks if Poetry is installed, and if not, installs it. Refer to Poetry's documentation for installation commands. Consider using the official Poetry installer script for reliability. Ensure the change follows the existing CI patterns and is tested.