Skip to content

Commit

Permalink
force reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri committed Oct 2, 2024
1 parent 5d5b7cc commit 5d4868f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_e2eshark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ jobs:
source ${ALT_E2E_VENV_DIR}/bin/activate
pip install --upgrade pip
pip install -r ./alt_e2eshark/base_requirements.txt
pip install ${{ github.workspace }}/iree_compiler-0.dev1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
pip install ${{ github.workspace }}/iree_runtime-0.dev1-cp311-cp311-manylinux_2_28_x86_64.whl
pip install --force-reinstall ${{ github.workspace }}/iree_compiler-0.dev1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
pip install --force-reinstall ${{ github.workspace }}/iree_runtime-0.dev1-cp311-cp311-manylinux_2_28_x86_64.whl
pip install --no-deps -r ./alt_e2eshark/torch_mlir_requirements.txt
working-directory: ./test-suite

Expand Down

0 comments on commit 5d4868f

Please sign in to comment.