diff --git a/projects/rocprofiler-compute/.github/workflows/rhel-8.yml b/projects/rocprofiler-compute/.github/workflows/rhel-8.yml index a408fde914..8eae9b9371 100644 --- a/projects/rocprofiler-compute/.github/workflows/rhel-8.yml +++ b/projects/rocprofiler-compute/.github/workflows/rhel-8.yml @@ -37,6 +37,7 @@ jobs: yum -y install cmake3 yum -y install which - name: Install Python prereqs + run: | python3.9 -m pip install -r requirements.txt python3.9 -m pip install pyinstaller pytest pytest-cov mock - name: Configure and install