Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Dec 11, 2024
1 parent 93d703e commit 927ad7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_binary_build_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:
type: string
use-only-dl-pytorch-org:
description: "Use only download.pytorch.org when generating wheel install command?"
default: "false"
default: false
type: boolean
build-python-only:
description: "Generate binary build matrix for a python only package (i.e. only one python version)"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-windows-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
package-type: wheel,libtorch # We stopped producing conda nightlies
os: windows
channel: ${{ inputs.channel }}
use-only-dl-pytorch-org: ${{ inputs.use-only-dl-pytorch-org }}
with-xpu: enable

win:
Expand Down

0 comments on commit 927ad7d

Please sign in to comment.