We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963a520 commit 72bede7Copy full SHA for 72bede7
.github/workflows/lcm_dreamshaper_cpp.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
conda activate openvino_lcm_cpp
42
conda update -c conda-forge --all
43
- conda install -c conda-forgeopenvino=2024.1.0 c-compiler cxx-compiler git make cmake
+ conda install -c conda-forge openvino=2024.1.0 c-compiler cxx-compiler git make cmake
44
conda env config vars set LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
45
46
- name: Install python dependencies
0 commit comments