From ccb849ec020ead3ad9c82ab672b1e2aba45ae691 Mon Sep 17 00:00:00 2001 From: amd-hsivasun Date: Thu, 25 Sep 2025 19:47:24 +0000 Subject: [PATCH] Added python3-pip to aptModules --- .azuredevops/components/aqlprofile.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.azuredevops/components/aqlprofile.yml b/.azuredevops/components/aqlprofile.yml index 6ef04aedc..8cacfa5a1 100644 --- a/.azuredevops/components/aqlprofile.yml +++ b/.azuredevops/components/aqlprofile.yml @@ -35,6 +35,7 @@ parameters: - cmake - git - ninja-build + - python3-pip - name: rocmDependencies type: object default: @@ -163,8 +164,8 @@ jobs: - template: ${{ variables.CI_TEMPLATE_PATH }}/steps/test.yml parameters: componentName: ${{ parameters.componentName }} - testDir: $(Agent.BuildDirectory) - testExecutable: $(Agent.BuildDirectory)/rocm/share/hsa-amd-aqlprofile/run_tests.sh + testDir: $(Agent.BuildDirectory)/rocm/share/hsa-amd-aqlprofile/ + testExecutable: run_tests.sh testParameters: '' - template: ${{ variables.CI_TEMPLATE_PATH }}/steps/docker-container.yml parameters: