chroma-core/chroma

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

開放

#564 建立於 2023年5月16日

 (6 則留言) (0 個反應) (1 位負責人)Rust (2,247 個分叉)batch import
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

貢獻者指南