[CI][rocprofiler-compute] Fix rhel python deps (#1370)

Install `python39-devel` dependency for pandas. Fixes build on RHEL 8.10.
Esse commit está contido em:
Mythreya Kuricheti
2025-10-21 08:28:57 -07:00
commit de GitHub
commit 65d4ff9d04
@@ -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