From 2182b49ae7d96cfce07348deb3d0dbbc99a5ff5b Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Mon, 7 Nov 2022 16:15:01 -0600 Subject: [PATCH] remove debug stp Signed-off-by: Karl W. Schulz --- .github/workflows/analyze-commands.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/analyze-commands.yml b/.github/workflows/analyze-commands.yml index 31d27c2b17..786195916a 100644 --- a/.github/workflows/analyze-commands.yml +++ b/.github/workflows/analyze-commands.yml @@ -35,8 +35,6 @@ jobs: with: submodules: recursive token: ${{ secrets.GH_PAT }} - - name: List ROCm - run: ls /opt/rocm - name: Install Python prereqs run: | python3 -m pip install -r requirements.txt