File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 70
70
- if : ${{ matrix.test-pattern == '*modeling*' }}
71
71
name : Install dependencies (nightly)
72
72
run : |
73
- pip install --upgrade --pre openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
73
+ pip install --upgrade --pre openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
74
74
75
75
- if : ${{ matrix.test-pattern == '*modeling*' }}
76
76
name : Test with Pytest (nightly)
Original file line number Diff line number Diff line change 43
43
pip install --upgrade pip
44
44
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
45
45
pip install .[openvino,tests] transformers[testing]
46
+ pip install --upgrade --pre openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
46
47
pip uninstall -y nncf
47
48
48
49
- if : ${{ matrix.transformers-version != 'latest' }}
You can’t perform that action at this time.
0 commit comments