forked from ray-project/rayfed
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close ray-project#94 Signed-off-by: Qing Wang <kingchin1218@gmail.com>
- Loading branch information
1 parent
36196e9
commit ac31202
Showing
3 changed files
with
2 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,5 +33,5 @@ jobs: | |
- name: Build and test | ||
run: | | ||
. py3/bin/activate | ||
python3 setup.py install | ||
pip install -e . -v | ||
sh test.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,5 +33,5 @@ jobs: | |
- name: Build and test | ||
run: | | ||
. py3/bin/activate | ||
python3 setup.py install | ||
pip install -e . -v | ||
sh test.sh |
This file was deleted.
Oops, something went wrong.