We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2b524 commit f19c858Copy full SHA for f19c858
.github/workflows/ci-cpu-cpp.yml
@@ -47,7 +47,7 @@ jobs:
47
sudo apt update && python ts_scripts/install_dependencies.py --environment=dev --cpp
48
- name: Install TorchServe
49
run: |
50
- python ts_scripts/install_from_src.py
+ python ts_scripts/install_from_src.py --environment=dev
51
- name: Print Env
52
53
python ts_scripts/print_env_info.py
@@ -57,4 +57,4 @@ jobs:
57
./build.sh
58
- name: Run test
59
60
- cd .. && pytest test/pytest/test_cpp_backend.py
+ pytest test/pytest/test_cpp_backend.py
0 commit comments