From 7bc0af8b12f43c2ecd42c7733dfa63bf2059678d Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Thu, 4 Jan 2024 12:51:44 -0600 Subject: [PATCH] comment out submodule option Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: c30a46069801197876c00568155d0c7b5c64a117] --- projects/rocprofiler-compute/.github/workflows/mi100.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/rocprofiler-compute/.github/workflows/mi100.yml b/projects/rocprofiler-compute/.github/workflows/mi100.yml index 4772dc4d5a..0025f1ca84 100644 --- a/projects/rocprofiler-compute/.github/workflows/mi100.yml +++ b/projects/rocprofiler-compute/.github/workflows/mi100.yml @@ -21,9 +21,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - submodules: recursive - token: ${{ secrets.GH_PAT }} +# with: +# submodules: recursive +# token: ${{ secrets.GH_PAT }} - name: pythonpath run: echo ${PYTHONPATH} - name: Install Python collateral (build and test)