diff --git a/tools/ci_build/github/azure-pipelines/templates/c-api-linux-cpu.yml b/tools/ci_build/github/azure-pipelines/templates/c-api-linux-cpu.yml index e9275458f5dbf..a19a92e40aa72 100644 --- a/tools/ci_build/github/azure-pipelines/templates/c-api-linux-cpu.yml +++ b/tools/ci_build/github/azure-pipelines/templates/c-api-linux-cpu.yml @@ -47,7 +47,7 @@ jobs: submodules: none # Authenticate to Lotus to pull pip in UsePythonVersion task - - template: ../templates/setup-feeds-and-python-steps.yml + - template: setup-feeds-and-python-steps.yml parameters: architecture: ${{ parameters.OnnxruntimeArch }} diff --git a/tools/ci_build/github/azure-pipelines/templates/py-packaging-linux-test-cpu.yml b/tools/ci_build/github/azure-pipelines/templates/py-packaging-linux-test-cpu.yml index 1c7715ca19b74..a3d2eba50be99 100644 --- a/tools/ci_build/github/azure-pipelines/templates/py-packaging-linux-test-cpu.yml +++ b/tools/ci_build/github/azure-pipelines/templates/py-packaging-linux-test-cpu.yml @@ -50,7 +50,7 @@ jobs: - download: build # pipeline resource identifier. artifact: 'onnxruntime-${{ parameters.arch }}-${{ parameters.ep }}' - - template: templates/setup-feeds-and-python-steps.yml + - template: setup-feeds-and-python-steps.yml parameters: architecture: ${{ parameters.arch }} diff --git a/tools/ci_build/github/azure-pipelines/templates/py-packaging-linux-test-cuda.yml b/tools/ci_build/github/azure-pipelines/templates/py-packaging-linux-test-cuda.yml index afcba73456558..165f66340e7c8 100644 --- a/tools/ci_build/github/azure-pipelines/templates/py-packaging-linux-test-cuda.yml +++ b/tools/ci_build/github/azure-pipelines/templates/py-packaging-linux-test-cuda.yml @@ -64,7 +64,7 @@ jobs: clean: true submodules: none - - template: templates/setup-feeds-and-python-steps.yml + - template: setup-feeds-and-python-steps.yml parameters: architecture: ${{ parameters.arch }}