Skip to content

Commit

Permalink
Fix building (ray-project#95)
Browse files Browse the repository at this point in the history
Close ray-project#94

Signed-off-by: Qing Wang <kingchin1218@gmail.com>
  • Loading branch information
jovany-wang authored Mar 19, 2023
1 parent 36196e9 commit ac31202
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_on_ray1.13.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
- name: Build and test
run: |
. py3/bin/activate
python3 setup.py install
pip install -e . -v
sh test.sh
2 changes: 1 addition & 1 deletion .github/workflows/test_on_ray2.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
- name: Build and test
run: |
. py3/bin/activate
python3 setup.py install
pip install -e . -v
sh test.sh
8 changes: 0 additions & 8 deletions pyproject.toml

This file was deleted.

0 comments on commit ac31202

Please sign in to comment.