Skip to content

Commit 863a944

Browse files
committed
remove tmp tests
1 parent 5ccb854 commit 863a944

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test_openvino.yml

-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
matrix:
2020
python-version: [3.8, 3.11]
2121
os: [ubuntu-latest]
22-
transformers: ["4.39.3", "4.40.1"]
2322

2423
runs-on: ${{ matrix.os }}
2524
steps:
@@ -32,7 +31,6 @@ jobs:
3231
run: |
3332
python -m pip install --upgrade pip
3433
# install PyTorch CPU version to avoid installing CUDA packages on GitHub runner without GPU
35-
pip install transformers==${{ matrix.transformers }}
3634
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
3735
pip install .[openvino,openvino-tokenizers,tests,diffusers] onnxruntime
3836
- name: Test with Pytest

0 commit comments

Comments
 (0)