Skip to content

Commit 2bc8110

Browse files
committed
[OV]: Removed checks for transformers==4.36
1 parent 41d9a37 commit 2bc8110

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_openvino.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
"*training*",
2727
"*export*",
2828
]
29-
transformers-version: ["4.36.0", "latest"]
29+
transformers-version: ["latest"]
3030

3131
runs-on: ubuntu-22.04
3232

.github/workflows/test_openvino_slow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os: ["ubuntu-22.04", "windows-2019"]
28-
transformers-version: ["4.36.0", "latest"]
28+
transformers-version: ["latest"]
2929

3030
runs-on: ${{ matrix.os }}
3131

0 commit comments

Comments
 (0)