Skip to content

Commit

Permalink
Update requirements-lib
Browse files Browse the repository at this point in the history
Signed-off-by: Sun, Xuehao <[email protected]>
  • Loading branch information
XuehaoSun committed Dec 27, 2024
1 parent e1a6302 commit 5d2ee3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .azure-pipelines/template/ut-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ steps:
- ${{ if eq(parameters.imageSource, 'pull') }}:
- script: |
docker exec ${{ parameters.utContainerName }} bash -c "cd /auto-round \
&& pip install .[hpu] \
&& python setup.py bdist_wheel lib \
&& pip install dist/*.whl \
&& pip list"
displayName: "HPU Env Setup"
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include requirements.txt
include requirements-cpu.txt
include requirements-hpu.txt
include requirements-gpu.txt
include requirements-lib.txt

0 comments on commit 5d2ee3a

Please sign in to comment.