mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[ci] add repro-ci-requirements.txt (#26951)
Adding a requirements file to make it easier to setup you environment to run `repro-ci.py`. **Usage:** ```bash pip install -r ci/repro-ci-requirements.txt python ci/repro-ci.py [args] ``` Signed-off-by: Matthew Deng <matt@anyscale.com>
This commit is contained in:
parent
bf97a6944b
commit
794a81028b
1 changed files with 6 additions and 0 deletions
6
ci/repro-ci-requirements.txt
Normal file
6
ci/repro-ci-requirements.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Dependencies for running repro-ci.py
|
||||
boto3
|
||||
click
|
||||
paramiko
|
||||
pyyaml
|
||||
pybuildkite
|
Loading…
Add table
Reference in a new issue