Skip to content

Commit

Permalink
update action metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Dec 9, 2024
1 parent 97cd8f4 commit ae39380
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/install_wheel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: 'Install Python Packages with Local Wheels and Extras'
description:
'Installs specified Python packages with support for local wheels and optional
extras.'
author: 'Your Name'
author: 'OpenVINO Developers'
inputs:
packages:
description:
"Semicolon-separated list of packages to install, e.g.,
'openvino;openvino_tokenizers[extra1,extra2]'"
required: true
local_wheel_dir:
description: 'Path to the directory containing local wheel files (optional)'
required: false
description: 'Path to the directory containing local wheel files'
required: true
runs:
using: 'node20'
main: 'dist/index.js'

0 comments on commit ae39380

Please sign in to comment.