Skip to content

Commit d53b6dd

Browse files
committed
Modify list components workflow for aitools
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
1 parent c94b346 commit d53b6dd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/list_components.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,19 @@ jobs:
6161
run: scripts/list_components_linux.sh $LINUX_HPCKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_hpckit.txt
6262
- name: Intel® oneAPI Rendering Toolkit
6363
run: scripts/list_components_linux.sh $LINUX_RENDERKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_renderkit.txt
64+
65+
linux_aitools:
66+
runs-on: ubuntu-20.04
67+
defaults:
68+
run:
69+
shell: bash
70+
steps:
71+
- uses: actions/checkout@v2
72+
- uses: actions/setup-python@v2
73+
with:
74+
python-version: '3.x'
6475
- name: Intel® AI Tools Toolkit
6576
run: scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aitools.txt
66-
6777
- name: Upload artifacts
6878
uses: actions/upload-artifact@v2
6979
with:

0 commit comments

Comments
 (0)