Skip to content

Commit f19c858

Browse files
committed
Fix cpp ci
1 parent cb2b524 commit f19c858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ 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
50+
python ts_scripts/install_from_src.py --environment=dev
5151
- name: Print Env
5252
run: |
5353
python ts_scripts/print_env_info.py
@@ -57,4 +57,4 @@ jobs:
5757
./build.sh
5858
- name: Run test
5959
run: |
60-
cd .. && pytest test/pytest/test_cpp_backend.py
60+
pytest test/pytest/test_cpp_backend.py

0 commit comments

Comments
 (0)