File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -47,19 +47,14 @@ jobs:
47
47
sudo apt update && python ts_scripts/install_dependencies.py --environment=dev --cpp
48
48
- name : Install TorchServe
49
49
run : |
50
- python ts_scripts/install_from_src.py --environment=dev
50
+ python ts_scripts/install_from_src.py
51
51
- name : Print Env
52
52
run : |
53
53
python ts_scripts/print_env_info.py
54
54
- name : Build
55
55
run : |
56
56
cd cpp && rm -rf _build && sudo mkdir /mnt/_build && sudo chmod 777 /mnt/_build && mkdir _build && sudo mount --bind /mnt/_build _build
57
57
./build.sh
58
- - name : Setup upterm session
59
- uses : lhotari/action-upterm@v1
60
- with :
61
- limit-access-to-actor : true
62
- limit-access-to-users : mreso
63
58
- name : Run test
64
59
run : |
65
- pytest test/ pytest/test_cpp_backend.py
60
+ cd test && pytest pytest/test_cpp_backend.py
You can’t perform that action at this time.
0 commit comments