Remove submodule checkout from CI
Signed-off-by: coleramos425 <colramos@amd.com>
[ROCm/rocprofiler-compute commit: 8af6efc0be]
Этот коммит содержится в:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user