From 65d4ff9d0483058f68b883170798cd441682624f Mon Sep 17 00:00:00 2001 From: Mythreya Kuricheti Date: Tue, 21 Oct 2025 08:28:57 -0700 Subject: [PATCH] [CI][rocprofiler-compute] Fix rhel python deps (#1370) Install `python39-devel` dependency for pandas. Fixes build on RHEL 8.10. --- .github/workflows/rocprofiler-compute-rhel-8.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rocprofiler-compute-rhel-8.yml b/.github/workflows/rocprofiler-compute-rhel-8.yml index 9a0e5c276f..26e9b20923 100644 --- a/.github/workflows/rocprofiler-compute-rhel-8.yml +++ b/.github/workflows/rocprofiler-compute-rhel-8.yml @@ -48,6 +48,7 @@ jobs: yum makecache yum -y install git yum -y install python39 + yum -y install python39-devel yum -y install cmake3 yum -y install which yum -y install glibc-langpack-en