Skip to content

Commit

Permalink
fix np for ipex
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Oct 8, 2024
1 parent 14e724b commit 4af5922
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_ipex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
pip install Pillow parameterized
pip install transformers[testing]==${{ matrix.transformers-version }}
pip install .[ipex]
- if: ${{ matrix.ipex-version == '2.2.0' }}
run: pip install numpy==1.*

- name: Test with Pytest
run: |
pytest tests/ipex/

0 comments on commit 4af5922

Please sign in to comment.