Skip to content

Commit 5df88b2

Browse files
Update .github/workflows/test_openvino_slow.yml
1 parent b6e1813 commit 5df88b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test_openvino_slow.yml

+4
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
run: |
6161
pip install .[nncf]
6262
63+
- if: ${{ matrix.transformers-version != 'latest' }}
64+
name: Downgrade Transformers and Accelerate
65+
run: pip install transformers==${{ matrix.transformers-version }} accelerate==0.*
66+
6367
- name: Test with Pytest (slow)
6468
run: |
6569
pytest tests/openvino -m "run_slow" --durations=0

0 commit comments

Comments
 (0)