chroma-core/chroma
[Bug]: Ensure `pyproject.toml` is correct as part of CI for PRs.
开放
#564 创建于 2023年5月16日
by-chromacleanupenhancementgood first issue
仓库指标
- 星标
- (27,958 个星标)
- PR 合并指标
- (平均合并 1天 16小时) (30 天内合并 80 个 PR)
描述
What happened?
The dependencies in requirements.txt and pyproject.toml must match in order for the project to work correctly in development and when deployed.
However, there is currently no automated mechanism for ensuring that this is the case, except for the build-and-release job, which only runs on main.
We should call the bin/test-package.sh script as part of our CI on PRs to avoid this in the future.
Versions
All
Relevant log output
No response