Skip to content

Commit ba0bb81

Browse files
committed
remove ipex extra
1 parent 404ec40 commit ba0bb81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_inc_examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install dependencies
3737
run: |
38-
pip install optimum[neural-compressor,ipex] pytest
38+
pip install optimum[neural-compressor] pytest
3939
pip install -r examples/neural_compressor/text-classification/requirements.txt
4040
pip install -r examples/neural_compressor/question-answering/requirements.txt
4141
pip install -r examples/neural_compressor/token-classification/requirements.txt
@@ -44,4 +44,4 @@ jobs:
4444
4545
- name: Test examples
4646
run: |
47-
python -m pytest examples/neural_compressor/test_examples.py
47+
python -m pytest examples/neural_compressor/test_examples.py

0 commit comments

Comments
 (0)