From cf76ed6546fcc1f80417e8f3695207e4d02f627d Mon Sep 17 00:00:00 2001 From: coleramos425 Date: Thu, 25 May 2023 10:26:59 -0500 Subject: [PATCH] Remove submodule checkout from CI Signed-off-by: coleramos425 [ROCm/rocprofiler-compute commit: 8af6efc0be5288dadd2e758556154e52f7406e5d] --- projects/rocprofiler-compute/.github/workflows/rhel-8.yml | 3 --- .../rocprofiler-compute/.github/workflows/ubuntu-focal.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/projects/rocprofiler-compute/.github/workflows/rhel-8.yml b/projects/rocprofiler-compute/.github/workflows/rhel-8.yml index 5fe6d5aede..c2d7a4c1ea 100644 --- a/projects/rocprofiler-compute/.github/workflows/rhel-8.yml +++ b/projects/rocprofiler-compute/.github/workflows/rhel-8.yml @@ -33,9 +33,6 @@ jobs: yum -y install which - name: Checkout uses: actions/checkout@v3 - with: - submodules: recursive - token: ${{ secrets.GH_PAT }} - name: Install Python prereqs run: | python3.9 -m pip install -r requirements.txt diff --git a/projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml b/projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml index d9683af8c1..d72aaad70f 100644 --- a/projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml +++ b/projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml @@ -32,9 +32,6 @@ jobs: sudo apt-get install -y cmake - name: Checkout uses: actions/checkout@v3 - with: - submodules: recursive - token: ${{ secrets.GH_PAT }} - name: Install Python prereqs run: | python3 -m pip install -r requirements.txt