Skip to content

Commit

Permalink
rm test libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqing-feng committed Jul 5, 2024
1 parent b80511c commit 0d2e566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_ipex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python -m pip install --upgrade pip
pip install torch==${{ matrix.ipex-version }} --extra-index-url https://download.pytorch.org/whl/cpu
pip install intel_extension_for_pytorch==${{ matrix.ipex-version }}
pip install .[ipex,tests]
pip install .[ipex]
pip install transformers==${{ matrix.transformers-version }}
- name: Test with Pytest
run: |
Expand Down

0 comments on commit 0d2e566

Please sign in to comment.