From ba0bb81328b019dfe29220ac5a5f93f5773449a0 Mon Sep 17 00:00:00 2001 From: Ella Charlaix Date: Tue, 19 Mar 2024 15:28:40 +0100 Subject: [PATCH] remove ipex extra --- .github/workflows/test_inc_examples.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_inc_examples.yml b/.github/workflows/test_inc_examples.yml index a5c735cb14..2bfb77a769 100644 --- a/.github/workflows/test_inc_examples.yml +++ b/.github/workflows/test_inc_examples.yml @@ -35,7 +35,7 @@ jobs: - name: Install dependencies run: | - pip install optimum[neural-compressor,ipex] pytest + pip install optimum[neural-compressor] pytest pip install -r examples/neural_compressor/text-classification/requirements.txt pip install -r examples/neural_compressor/question-answering/requirements.txt pip install -r examples/neural_compressor/token-classification/requirements.txt @@ -44,4 +44,4 @@ jobs: - name: Test examples run: | - python -m pytest examples/neural_compressor/test_examples.py \ No newline at end of file + python -m pytest examples/neural_compressor/test_examples.py