From 4d88055dd4cb6f37555a3773f92a2cb5690decb5 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Thu, 21 Mar 2024 11:05:15 -0500 Subject: [PATCH] remove --user option for container, try chown instead Signed-off-by: Karl W. Schulz [ROCm/rocprofiler-compute commit: 79aba89337c234b950d99c158c910f926c7f5d37] --- projects/rocprofiler-compute/.github/workflows/rhel-8.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/.github/workflows/rhel-8.yml b/projects/rocprofiler-compute/.github/workflows/rhel-8.yml index f769bccae3..3b175ad5c0 100644 --- a/projects/rocprofiler-compute/.github/workflows/rhel-8.yml +++ b/projects/rocprofiler-compute/.github/workflows/rhel-8.yml @@ -23,7 +23,6 @@ jobs: runs-on: ubuntu-latest container: image: colramos/target-images:rhel8 - options: --user="$(id --user):$(id --group)" # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Install baseline OS dependencies @@ -37,6 +36,8 @@ jobs: uses: actions/checkout@v4 - name: Install Python prereqs run: | + # https://github.com/actions/runner/issues/2033 + chown -R $(id -u):$(id -g) $PWD python3.9 -m pip install -r requirements.txt python3.9 -m pip install pyinstaller pytest pytest-cov mock - name: Configure and install