Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sun, Xuehao <[email protected]>
  • Loading branch information
XuehaoSun committed Dec 16, 2024
1 parent 242f262 commit 3f81404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/template/ut-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ steps:
- ${{ if eq(parameters.imageSource, 'pull') }}:
- script: |
docker exec ${{ parameters.utContainerName }} bash -c "cd /auto-round \
&& python setup.py bdist_wheel \
&& pip install $(ls dist/*.whl | head -n 1)[hpu] \
&& pip list"
displayName: "HPU Env Setup"
Expand Down

0 comments on commit 3f81404

Please sign in to comment.