Skip to content

Commit 959f0c2

Browse files
committed
space
1 parent 6116bd1 commit 959f0c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lcm_dreamshaper_cpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
conda activate openvino_lcm_cpp
4242
conda update -c conda-forge --all
43-
conda install -c conda-forge -c conda-forge/label/openvino_dev openvino==2024.2.0.dev20240513c-compiler cxx-compiler git make cmake
43+
conda install -c conda-forge -c conda-forge/label/openvino_dev openvino==2024.2.0.dev20240513 c-compiler cxx-compiler git make cmake
4444
conda env config vars set LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
4545
4646
- name: Install python dependencies
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
conda activate openvino_lcm_cpp
8787
conda update -c conda-forge --all
88-
conda install -c conda-forge -c conda-forge/label/openvino_dev openvino==2024.2.0.dev20240513c-compiler cxx-compiler git make cmake
88+
conda install -c conda-forge -c conda-forge/label/openvino_dev openvino==2024.2.0.dev20240513 c-compiler cxx-compiler git make cmake
8989
conda env config vars set LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
9090
9191
- name: Install python dependencies

.github/workflows/stable_diffusion_1_5_cpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install OpenVINO and other conda dependencies
4040
run: |
4141
conda activate openvino_sd_cpp
42-
conda install -c conda-forge -c conda-forge/label/openvino_dev openvino==2024.2.0.dev20240513c-compiler cxx-compiler git make cmake
42+
conda install -c conda-forge -c conda-forge/label/openvino_dev openvino==2024.2.0.dev20240513 c-compiler cxx-compiler git make cmake
4343
conda env config vars set LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
4444
4545
- name: Install python dependencies
@@ -83,7 +83,7 @@ jobs:
8383
- name: Install OpenVINO and other conda dependencies
8484
run: |
8585
conda activate openvino_sd_cpp
86-
conda install -c conda-forge -c conda-forge/label/openvino_dev openvino==2024.2.0.dev20240513c-compiler cxx-compiler git make cmake
86+
conda install -c conda-forge -c conda-forge/label/openvino_dev openvino==2024.2.0.dev20240513 c-compiler cxx-compiler git make cmake
8787
8888
- name: Install python dependencies
8989
working-directory: ${{ env.working_directory }}

0 commit comments

Comments
 (0)