Skip to content

Commit

Permalink
remove ipex extra
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Mar 19, 2024
1 parent 404ec40 commit ba0bb81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_inc_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -44,4 +44,4 @@ jobs:
- name: Test examples
run: |
python -m pytest examples/neural_compressor/test_examples.py
python -m pytest examples/neural_compressor/test_examples.py

0 comments on commit ba0bb81

Please sign in to comment.