chroma-core/chroma

[Bug]: Ensure `pyproject.toml` is correct as part of CI for PRs.

オープン

#564 opened on 2023/05/16

 (6 件のコメント) (0 件のリアクション) (1 人の担当者)Rust (2,247 件のフォーク)batch import
by-chromacleanupenhancementgood first issue

Repository metrics

Stars
 (27,958 個のスター)
PR merge metrics
 (平均マージ 1d 16h) (30d で 80 merged PRs)

説明

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

コントリビューターガイド