Skip to content

Commit

Permalink
[CI] Downgrade RAY to fix CI (#1687)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Nov 8, 2023
1 parent 9278746 commit c656d6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/unittest/linux/scripts/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ dependencies:
- mlflow
- av
- coverage
- ray
- ray<2.8.0
- transformers
- ninja
2 changes: 1 addition & 1 deletion .github/unittest/linux_distributed/scripts/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dependencies:
- mlflow
- av
- coverage
- ray
- ray<2.8.0
- virtualenv
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ dependencies:
- dm_control -e git+https://github.com/deepmind/dm_control.git@c053360edea6170acfd9c8f65446703307d9d352#egg={dm_control}
- patchelf
- pyopengl==3.1.4
- ray
- ray<2.8.0
2 changes: 1 addition & 1 deletion .github/unittest/linux_optdeps/scripts/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ dependencies:
- pyyaml
- scipy
- coverage
- ray
- ray<2.8.0

0 comments on commit c656d6d

Please sign in to comment.