diff --git a/.github/workflows/test_openvino.yml b/.github/workflows/test_openvino.yml index 451917a1a8..3125f8fc33 100644 --- a/.github/workflows/test_openvino.yml +++ b/.github/workflows/test_openvino.yml @@ -35,4 +35,4 @@ jobs: pip install .[openvino,openvino-tokenizers,nncf,tests,diffusers] - name: Test with Pytest run: | - pytest tests/openvino/test_quantization.py + pytest tests/openvino/test_modeling.py