Skip to content

Commit fe43537

Browse files
authored
Fix ONNX Runtime Python Test Pipeline (#23990)
### Description [Fix ONNX Runtime Python Test Pipeline ](https://aiinfra.visualstudio.com/Lotus/_build?definitionId=1164&_a=summary) ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
1 parent d2bf9a7 commit fe43537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci_build/github/azure-pipelines/templates/py-package-smoking-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
python3 -m pip install --find-links "$(Pipeline.Workspace)/build/onnxruntime-${{ parameters.arch }}-${{ parameters.ep }}" $PYTHON_PACKAGE_NAME
5858
python3 -m pip show $PYTHON_PACKAGE_NAME
5959
python3 -c "import onnxruntime as ort; print(ort.__version__)"
60-
workingDirectory: $(Pipeline.Workspace)/build/onnxruntime
60+
workingDirectory: $(Pipeline.Workspace)/build/onnxruntime-${{ parameters.arch }}-${{ parameters.ep }}
6161
displayName: Test Package Installation
6262

0 commit comments

Comments
 (0)