chroma-core/chroma

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

Aperta

#564 aperta il 16 mag 2023

 (6 commenti) (0 reazioni) (1 assegnatario)Rust (2247 fork)batch import
by-chromacleanupenhancementgood first issue

Metriche repository

Star
 (27.958 stelle)
Metriche merge PR
 (Merge medio 1g 16h) (80 PR mergiate in 30 g)

Descrizione

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

Guida contributor