Skip to content

Commit

Permalink
try *.whl for iree installs
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored and nirvedhmeshram committed Jan 10, 2025
1 parent ac77ea3 commit 8d0aac6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_e2eshark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,7 @@ jobs:
source ${ALT_E2E_VENV_DIR}/bin/activate
pip install --upgrade pip
pip install -r ./alt_e2eshark/base_requirements.txt
pip install --force-reinstall iree_compiler-0.dev1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
pip install --force-reinstall iree_runtime-0.dev1-cp311-cp311-manylinux_2_28_x86_64.whl
pip install --force-reinstall *.whl
pip install --no-deps -r ./alt_e2eshark/torch_mlir_requirements.txt
working-directory: ./test-suite

Expand Down

0 comments on commit 8d0aac6

Please sign in to comment.