Skip to content

Commit

Permalink
Merge pull request #90 from oneapi-src/update_list_aitools
Browse files Browse the repository at this point in the history
Update list aitools
  • Loading branch information
hjroblesg authored Apr 8, 2024
2 parents 7f1d3b6 + 49853ce commit ae94a2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/list_components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
with:
python-version: '3.x'
- name: Intel® AI Tools Toolkit
run: scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aitools.txt
run: scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aikit.txt
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
Expand Down
3 changes: 1 addition & 2 deletions scripts/list_components_linux_aitools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ sudo rm -rf "$AGENT_TOOLSDIRECTORY"
rm -rf webimage.sh
source "$HOME"/work/oneapi-ci/oneapi-ci/webimage_extracted/bin/activate base
installer_exit_code=$?
conda env list > "$FILENAME"
cat "$FILENAME"
conda env list | tee "$FILENAME"
sudo rm -rf webimage_extracted
exit $installer_exit_code
1 change: 1 addition & 0 deletions scripts/list_components_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ del webimage.exe
webimage_extracted\bootstrapper.exe --list-components > %FILENAME%
set installer_exit_code=%ERRORLEVEL%
type %FILENAME%
rmdir /s /q webimage_extracted
exit /b %installer_exit_code%

0 comments on commit ae94a2c

Please sign in to comment.