Remove submodule checkout from CI

Signed-off-by: coleramos425 <colramos@amd.com>


[ROCm/rocprofiler-compute commit: 8af6efc0be]
Этот коммит содержится в:
coleramos425
2023-05-25 10:26:59 -05:00
родитель 7e6f69dfc8
Коммит cf76ed6546
2 изменённых файлов: 0 добавлений и 6 удалений
-3
Просмотреть файл
@@ -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
Просмотреть файл
@@ -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