File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,17 +51,17 @@ jobs:
51
51
with :
52
52
python-version : ${{ matrix.python-version }}
53
53
54
- - name : Install lowest compatible transformers version
55
- if : ${{ matrix.transformers-version != 'latest' }}
56
- run : pip install transformers==${{ matrix.transformers-version }}
57
-
58
54
- name : Install dependencies
59
55
run : |
60
56
python -m pip install --upgrade pip
61
57
# Install PyTorch CPU to prevent unnecessary downloading/installing of CUDA packages
62
58
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
63
59
pip install .[tests]
64
60
61
+ - name : Install lowest compatible transformers version
62
+ if : ${{ matrix.transformers-version != 'latest' }}
63
+ run : pip install transformers==${{ matrix.transformers-version }}
64
+
65
65
- name : Install openvino-nightly
66
66
if : ${{ matrix.openvino == 'ov-nightly' }}
67
67
run : pip install --pre -U openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
You can’t perform that action at this time.
0 commit comments