comment out submodule option
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user