File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 72
72
- uses : actions/setup-python@v2
73
73
with :
74
74
python-version : ' 3.x'
75
+ root-reserve-mb : 512
76
+ swap-size-mb : 1024
77
+ remove-dotnet : ' true'
75
78
- name : Intel® AI Tools Toolkit
76
79
run : scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aitools.txt
77
80
- name : Upload artifacts
Original file line number Diff line number Diff line change @@ -9,11 +9,8 @@ FILENAME=$2
9
9
10
10
curl --output webimage.sh --url " $URL " --retry 5 --retry-delay 5
11
11
chmod +x webimage.sh
12
- pwd
13
- df -h /home
14
12
./webimage.sh -b -p webimage_extracted
15
13
rm -rf webimage.sh
16
- ls webimage_extracted/bin
17
14
source " $HOME " /work/oneapi-ci/oneapi-ci/webimage_extracted/bin/activate base
18
15
installer_exit_code=$?
19
16
conda env list > " $FILENAME "
You can’t perform that action at this time.
0 commit comments