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 Jul 4, 2024
1 parent 3348a5b commit 911ab3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/template/ut-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ steps:
- script: |
docker exec ${{ parameters.utContainerName }} bash -c "cd /auto-round \
&& pip install -r requirements.txt && python setup.py install \
&& pip install -r /auto-round/test/requirements.txt && pip list"
&& pip list"
displayName: "Env Setup"
- script: |
Expand Down

0 comments on commit 911ab3b

Please sign in to comment.