Skip to content

Commit

Permalink
test venv setup stage
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri committed Oct 2, 2024
1 parent 2badfe4 commit 48c19f8
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/test_e2eshark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,15 +209,16 @@ jobs:
repository: iree-org/iree
run-id: 11147803917

# - name: "Setup alt e2eshark python venv"
# run: |
# python3.11 -m venv ${ALT_E2E_VENV_DIR}
# source ${ALT_E2E_VENV_DIR}/bin/activate
# pip install --upgrade pip
# pip install -r ./alt_e2eshark/base_requirements.txt
# pip install -r ./alt_e2eshark/iree_requirements.txt
# pip install --no-deps -r ./alt_e2eshark/torch_mlir_requirements.txt
# working-directory: ./test-suite
- name: "Setup alt e2eshark python venv"
run: |
python3.11 -m venv ${ALT_E2E_VENV_DIR}
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 --no-deps -r ./alt_e2eshark/torch_mlir_requirements.txt
working-directory: ./test-suite

# - name: Run Onnx Bench Mode
# if: contains(matrix.test-file, 'migraphx')
Expand Down

0 comments on commit 48c19f8

Please sign in to comment.