Limit ray<2.9.3 due to bug in ray==2.10.0 (#9254)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
8bb2cdaf6c
commit
7d2e94bbe2
3 changed files with 7 additions and 5 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -187,7 +187,8 @@ jobs:
|
|||
run: |
|
||||
slow=""
|
||||
if [[ "${{ github.event_name }}" == "schedule" ]] || [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then
|
||||
pip install mlflow pycocotools 'ray[tune]'
|
||||
# WARNING bug in ray>=2.10.0
|
||||
pip install mlflow pycocotools "ray[tune]<=2.9.3"
|
||||
slow="--slow"
|
||||
fi
|
||||
pytest $slow --cov=ultralytics/ --cov-report xml tests/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue