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 3f81404 commit 4e4b988
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .azure-pipelines/template/ut-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,14 @@ steps:
- ${{ if eq(parameters.imageSource, 'build') }}:
- script: |
docker exec ${{ parameters.utContainerName }} bash -c "cd /auto-round \
&& python setup.py bdist_wheel \
&& pip install $(ls dist/*.whl | head -n 1)[cpu] \
&& pip install .[cpu] \
&& pip list"
displayName: "Env Setup"
- ${{ 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 install .[hpu] \
&& pip list"
displayName: "HPU Env Setup"
Expand Down

0 comments on commit 4e4b988

Please sign in to comment.