Skip to content
Merged
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 actions/build-ml-whl/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
if [[ ! -z "${{ inputs.venv }}" ]]; then
source ${{ inputs.venv }}/bin/activate
fi
pip install wheel
pip install setuptools wheel
name="${{ inputs.name }}"
ver_file=$(find . -type f -name "version.py")
if ${{ inputs.release }}; then
Expand Down