Skip to content

Commit

Permalink
[ci] recompile pip dependencies with python 3.8 (ray-project#42867)
Browse files Browse the repository at this point in the history
Recompile requirements_compiled.txt, as requested by @matthewdeng. By removing the line rm ./python/requirements_compiled.txt, it tries to not change the existing file as much as possible.

Signed-off-by: can <[email protected]>
  • Loading branch information
can-anyscale authored Jan 31, 2024
1 parent 30653f1 commit 1c8da0b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 116 deletions.
5 changes: 4 additions & 1 deletion .buildkite/others.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ steps:
- label: ":tapioca: build: pip-compile dependencies"
instance_type: small
commands:
- rm ./python/requirements_compiled.txt
# uncomment the following line to update the pinned versions of pip dependencies
# to the latest versions; otherwise, the pinned versions will be re-used as much
# as possible
# - rm ./python/requirements_compiled.txt
- ./ci/ci.sh compile_pip_dependencies
- cp -f ./python/requirements_compiled.txt /artifact-mount/
soft_fail: true
Expand Down
Loading

0 comments on commit 1c8da0b

Please sign in to comment.