From 44e6a4ca5f672b7daa34a2f14827350d64421d57 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Fri, 19 Apr 2024 10:44:56 -0500 Subject: [PATCH] wip Signed-off-by: Karl W Schulz --- .github/workflows/rhel-8.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rhel-8.yml b/.github/workflows/rhel-8.yml index 6ba576c20..68a8de083 100644 --- a/.github/workflows/rhel-8.yml +++ b/.github/workflows/rhel-8.yml @@ -30,11 +30,11 @@ jobs: - name: Install baseline OS dependencies run: | # https://github.com/actions/runner/issues/2033 - pwd +# pwd chown -R $(id -u):$(id -g) $PWD - whoami - ls -ld . - yum -y update +# whoami +# ls -ld . +# yum -y update yum -y install git yum -y install python39 yum -y install cmake3 @@ -45,6 +45,7 @@ jobs: whoami python3.9 -m pip install -r requirements.txt python3.9 -m pip install -r requirements-test.txt + python3.9 -m pip install -r requirements-test.txt - name: Configure and install run: | mkdir build