File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 run : |
4141 pip install --upgrade pip
4242 pip install setuptools
43- pip install --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly openvino>= 2025.3.0
43+ pip install --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly openvino== 2025.3.0.dev20250710
4444
4545 - name : Configure CMake
4646 run : |
Original file line number Diff line number Diff line change 3939 run : |
4040 pip install --upgrade pip
4141 pip install setuptools
42- pip install --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly openvino>= 2025.3.0
42+ pip install --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly openvino== 2025.3.0.dev20250710
4343
4444 - name : Configure CMake
4545 run : |
Original file line number Diff line number Diff line change 4141 # Install OpenVINO nightly from Intel's repository
4242 pip install --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly `
4343 --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release `
44- "openvino>= 2025.3.0" `
45- "openvino_tokenizers[transformers]>= 2025.3.0"
44+ "openvino== 2025.3.0.dev20250710 " `
45+ "openvino_tokenizers[transformers]== 2025.3.0.dev20250710 "
4646
4747 - name : Configure CMake
4848 run : |
You can’t perform that action at this time.
0 commit comments