diff --git a/.azure-pipelines/template/ut-template.yml b/.azure-pipelines/template/ut-template.yml index 3afb0c8d..4ebe60d2 100644 --- a/.azure-pipelines/template/ut-template.yml +++ b/.azure-pipelines/template/ut-template.yml @@ -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: |