From 30ad364b1ef2d01dd910a79f91e687db9de65e67 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Thu, 4 Jan 2024 18:29:46 -0600 Subject: [PATCH] ci debugging Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: 8ab69288e6e61701200efe1cf0cf0aeafad7c3d1] --- projects/rocprofiler-compute/.github/workflows/mi100.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/projects/rocprofiler-compute/.github/workflows/mi100.yml b/projects/rocprofiler-compute/.github/workflows/mi100.yml index c2807d818d..5a8d5129c9 100644 --- a/projects/rocprofiler-compute/.github/workflows/mi100.yml +++ b/projects/rocprofiler-compute/.github/workflows/mi100.yml @@ -26,8 +26,8 @@ jobs: run: echo ${PYTHONPATH} - name: Install Python collateral (build and test) run: | - pip3 install --upgrade -t ${PYTHONPATH} -r requirements.txt - pip3 install --upgrade -t ${PYTHONPATH} -r requirements-test.txt + pip3 install -t ${PYTHONPATH} -r requirements.txt + pip3 install -t ${PYTHONPATH} -r requirements-test.txt - name: Configure run: | mkdir build @@ -39,6 +39,7 @@ jobs: - name: path foo run: | module list + module load hpcfund which rocminfo echo $LD_LIBRARY_PATH ml swap rocm rocm/5.5.1