File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 61
61
run : scripts/list_components_linux.sh $LINUX_HPCKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_hpckit.txt
62
62
- name : Intel® oneAPI Rendering Toolkit
63
63
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'
64
75
- name : Intel® AI Tools Toolkit
65
76
run : scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aitools.txt
66
-
67
77
- name : Upload artifacts
68
78
uses : actions/upload-artifact@v2
69
79
with :
You can’t perform that action at this time.
0 commit comments