Skip to content

Commit 8a58891

Browse files
authored
Update list_components.yml
1 parent 0804a4c commit 8a58891

File tree

1 file changed

+3
-27
lines changed

1 file changed

+3
-27
lines changed

.github/workflows/list_components.yml

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ env:
1616
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/3a871580-f839-46ed-aeae-685084127279/intel-oneapi-hpc-toolkit-2025.3.0.378.exe
1717
LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d640da34-77cc-4ab2-8019-ac5592f4ec19/intel-oneapi-base-toolkit-2025.3.0.375.sh
1818
LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/66021d90-934d-41f4-bedf-b8c00bbe98bc/intel-oneapi-hpc-toolkit-2025.3.0.381.sh
19-
LINUX_AIKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/491d5c2a-67fe-48d0-884f-6aecd88f5d8a/ai-tools-2025.0.0.75_offline.sh
20-
19+
2120
jobs:
2221
windows:
2322
runs-on: windows-latest
@@ -60,24 +59,6 @@ jobs:
6059
name: ${{ github.job }}
6160
path: doc/source/${{ github.workflow }}/${{ github.job }}_*
6261

63-
linux_aitools:
64-
runs-on: ubuntu-latest
65-
defaults:
66-
run:
67-
shell: bash
68-
steps:
69-
- uses: actions/checkout@v3
70-
- uses: actions/setup-python@v3
71-
with:
72-
python-version: '3.x'
73-
- name: Intel® AI Tools Toolkit
74-
run: scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}.txt
75-
- name: Upload artifacts
76-
uses: actions/upload-artifact@v4
77-
with:
78-
name: ${{ github.job }}
79-
path: doc/source/${{ github.workflow }}/${{ github.job }}*
80-
8162
linux_apt:
8263
runs-on: ubuntu-latest
8364
defaults:
@@ -127,7 +108,7 @@ jobs:
127108
pull-requests: write
128109
pages: write
129110
contents: write
130-
needs: [windows, linux, linux_aitools, linux_apt, linux_yum_dnf]
111+
needs: [windows, linux, linux_apt, linux_yum_dnf]
131112
defaults:
132113
run:
133114
shell: bash
@@ -154,19 +135,14 @@ jobs:
154135
with:
155136
name: linux_yum_dnf
156137
path: doc/source/${{ github.workflow }}
157-
- name: Download artifacts - linux_aitools
158-
uses: actions/download-artifact@v4
159-
with:
160-
name: linux_aitools
161-
path: doc/source/${{ github.workflow }}
162138
- uses: actions/setup-python@v3
163139
with:
164140
python-version: '3.x'
165141
- name: Install prerequisites
166142
run: python -m pip install --quiet -r requirements.txt
167143
- name: Build doc
168144
run: |
169-
find source/${{ github.workflow }} -maxdepth 1 -type f ! -name "*apt*" ! -name "*yum*" ! -name "*aitools*" -exec sed -i -e 1,5d {} \;
145+
find source/${{ github.workflow }} -maxdepth 1 -type f ! -name "*apt*" ! -name "*yum*" -exec sed -i -e 1,5d {} \;
170146
find source/${{ github.workflow }} -maxdepth 1 -type f -name "*windows*" -exec sed -i -e 1,2d {} \; -exec sed -i s"/\r//g" {} \;
171147
sed -i -e 1,7d source/${{ github.workflow }}/linux_yum_dnf.txt
172148
make html

0 commit comments

Comments
 (0)