From d4784ec0ef0e3dbda4b21f1c9e5cb53d53968bfd Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Thu, 21 Mar 2024 11:08:14 -0500 Subject: [PATCH] fixing yaml syntax Signed-off-by: Karl W. Schulz [ROCm/rocprofiler-compute commit: 5e99f039f673d6ca22ce65023ecfeeb7d5e817b5] --- projects/rocprofiler-compute/.github/workflows/rhel-8.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/.github/workflows/rhel-8.yml b/projects/rocprofiler-compute/.github/workflows/rhel-8.yml index 3b175ad5c0..4ec000ef28 100644 --- a/projects/rocprofiler-compute/.github/workflows/rhel-8.yml +++ b/projects/rocprofiler-compute/.github/workflows/rhel-8.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v4 - name: Install Python prereqs run: | - # https://github.com/actions/runner/issues/2033 + # 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