Skip to content

Commit 52c0d85

Browse files
authored
Add version to validate from torchtext validate binaries call (#2240)
1 parent 656a3b4 commit 52c0d85

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/validate-binaries.yml

+6
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,17 @@ on:
4343
default: ""
4444
required: false
4545
type: string
46+
pytorch_version:
47+
description: 'PyTorch version to validate (ie. 2.0, 2.2.2, etc.) - optional'
48+
default: ""
49+
required: false
50+
type: string
4651
jobs:
4752
validate-binaries:
4853
uses: pytorch/test-infra/.github/workflows/validate-domain-library.yml@main
4954
with:
5055
package_type: "conda,wheel"
56+
version: ${{ inputs.version }}
5157
os: ${{ inputs.os }}
5258
channel: ${{ inputs.channel }}
5359
repository: "pytorch/text"

0 commit comments

Comments
 (0)