Skip to content

Commit 7c09df6

Browse files
committed
Change exec dir for test
1 parent ada08db commit 7c09df6

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci-cpu-cpp.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,14 @@ jobs:
4747
sudo apt update && python ts_scripts/install_dependencies.py --environment=dev --cpp
4848
- name: Install TorchServe
4949
run: |
50-
python ts_scripts/install_from_src.py --environment=dev
50+
python ts_scripts/install_from_src.py
5151
- name: Print Env
5252
run: |
5353
python ts_scripts/print_env_info.py
5454
- name: Build
5555
run: |
5656
cd cpp && rm -rf _build && sudo mkdir /mnt/_build && sudo chmod 777 /mnt/_build && mkdir _build && sudo mount --bind /mnt/_build _build
5757
./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
6358
- name: Run test
6459
run: |
65-
pytest test/pytest/test_cpp_backend.py
60+
cd test && pytest pytest/test_cpp_backend.py

0 commit comments

Comments
 (0)