Skip to content

Commit

Permalink
Fixed wildcard
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Shimansky <[email protected]>
  • Loading branch information
gshimansky committed Mar 21, 2024
1 parent 0f5ab93 commit ce87e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-wheels/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
wheels_pattern:
# Example of specifying only some packages to install: {intel_extension_for_pytorch-*,torch-*}
description: Pattern to match the wheel files to download
default: *
default: "*"

runs:
using: "composite"
Expand Down

0 comments on commit ce87e45

Please sign in to comment.