Skip to content

Commit

Permalink
change path
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri committed Oct 2, 2024
1 parent 5d4868f commit 33ad90e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_e2eshark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ jobs:
name: linux_x86_64_release_packages
github-token: ${{ secrets.IREE_ARTIFACTS }} # token with actions:read permissions on target repo
repository: iree-org/iree
path: test-suite
run-id: ${{ github.event.inputs.iree-run-id }}

- name: "Setup alt e2eshark python venv"
Expand All @@ -216,8 +217,8 @@ jobs:
source ${ALT_E2E_VENV_DIR}/bin/activate
pip install --upgrade pip
pip install -r ./alt_e2eshark/base_requirements.txt
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 --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 --no-deps -r ./alt_e2eshark/torch_mlir_requirements.txt
working-directory: ./test-suite

Expand Down

0 comments on commit 33ad90e

Please sign in to comment.