forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wip][dependencies] pip-compile dependencies as a build step (ray-pro…
…ject#39610) It's currently complicated to update dependencies, as it requires a (manual) recompilation of the `requirements_compiled.txt` file. This PR adds a separate build job that runs pip compile on all input files to generate an updated `requirements_compiled.txt`, that is than exposed as an artifact in the buildkite job. To update a dependency in the future, the process would be: 1. Open a PR that updates the respective requirements in the input requirements file 2. Wait for the CI job to run through and output the updated compiled requirements file 3. If the compilation was successful, add the contents of the file to the PR Signed-off-by: Kai Fricke <[email protected]>
- Loading branch information
Showing
3 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters