comment out submodule option

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
Esse commit está contido em:
Karl W Schulz
2024-01-04 12:51:44 -06:00
commit c30a460698
+3 -3
Ver Arquivo
@@ -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)