Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update list aitools #90

Merged
merged 3 commits into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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%
Loading