Skip to content

Commit a1ca2bc

Browse files
test_modeling without nncf
1 parent cf594aa commit a1ca2bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test_openvino.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,10 @@ jobs:
4444
- name: Test with Pytest
4545
env:
4646
HF_HUB_READ_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}
47-
run: |
48-
pytest tests/openvino/ --ignore tests/openvino/test_modeling_basic.py --durations=0
4947
- name: Test basic
5048
run: |
5149
pip uninstall -y nncf
52-
pytest tests/openvino/test_modeling_basic.py
50+
pytest tests/openvino/test_modeling.py
5351
- name: Test openvino-nightly
5452
run: |
5553
pip install -U --pre openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly

0 commit comments

Comments
 (0)