We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2bf9a7 commit fe43537Copy full SHA for fe43537
tools/ci_build/github/azure-pipelines/templates/py-package-smoking-test.yml
@@ -57,6 +57,6 @@ jobs:
57
python3 -m pip install --find-links "$(Pipeline.Workspace)/build/onnxruntime-${{ parameters.arch }}-${{ parameters.ep }}" $PYTHON_PACKAGE_NAME
58
python3 -m pip show $PYTHON_PACKAGE_NAME
59
python3 -c "import onnxruntime as ort; print(ort.__version__)"
60
- workingDirectory: $(Pipeline.Workspace)/build/onnxruntime
+ workingDirectory: $(Pipeline.Workspace)/build/onnxruntime-${{ parameters.arch }}-${{ parameters.ep }}
61
displayName: Test Package Installation
62
0 commit comments