Skip to content

Commit

Permalink
delete bad venv call
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-garvey committed Nov 26, 2024
1 parent 3bafb06 commit 0838a9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-sharktank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ jobs:
# Update to the latest iree packages.
pip install -f https://iree.dev/pip-release-links.html --upgrade --pre \
iree-base-compiler iree-base-runtime --src deps \
-e "git+https://github.com/iree-org/iree-turbine.git#egg=iree-turbine"
-e "git+https://github.com/iree-org/iree-turbine.git#egg=iree-turbine"
- name: Run punet tests
run: |
source ${VENV_DIR}/bin/activate
pytest -v sharktank/ -m model_punet
test:
Expand Down

0 comments on commit 0838a9f

Please sign in to comment.