Remove submodule checkout from CI

Signed-off-by: coleramos425 <colramos@amd.com>
This commit is contained in:
coleramos425
2023-05-25 10:26:59 -05:00
parent 435ba2f54b
commit 8af6efc0be
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -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
-3
View File
@@ -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