Skip to content

Commit 3339959

Browse files
authored
Merge pull request #53 from flyingImer/master
chore: removes Ray nightly from dependency in favor of 2.1 release
2 parents c713097 + 9ef4f57 commit 3339959

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
run: |
4242
python -m pip install --upgrade pip
4343
pip install -r requirements_dev.txt
44-
pip install -U "ray @ https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp38-cp38-manylinux2014_x86_64.whl"
4544
- name: Format
4645
run: |
4746
bash scripts/format.sh

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ functionality exist in the file `ray_beam_runner/portability/ray_runner_test.py`
3535

3636
```shell
3737
pytest ray_beam_runner/portability/ray_runner_test.py
38-
39-
# If saw error messages like "TypeError: The type of keyword 'num_returns' must be (<class 'int'>, <class 'NoneType'>), but received type <class 'str'>"
40-
# pick the nightly release works for your platform: https://docs.ray.io/en/latest/ray-overview/installation.html#daily-releases-nightlies
41-
# try to install ray nightly locally, for example:
42-
pip install -U "ray @ https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp39-cp39-manylinux2014_x86_64.whl"
43-
# and re-run:
44-
pytest ray_beam_runner/portability/ray_runner_test.py
4538
```
4639

4740
To run all local unit tests, you can simply run `pytest` from the root directory.

0 commit comments

Comments
 (0)