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 cff3811 commit d82d5a0
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 26 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/generate_binary_build_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ on:
type: string
use-only-dl-pytorch-org:
description: "Use only download.pytorch.org when generating wheel install command?"
default: false
type: boolean
default: "false"
required: false
type: string
build-python-only:
description: "Generate binary build matrix for a python only package (i.e. only one python version)"
default: "disable"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/validate-aarch64-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ on:
type: string
use-only-dl-pytorch-org:
description: 'Use only download.pytorch.org when generating wheel install command'
default: false
default: "false"
required: false
type: boolean
type: string
use-meta-cdn:
description: 'Use meta cdn for installing pip binaries'
default: false
Expand Down Expand Up @@ -70,9 +70,9 @@ on:
type: string
use-only-dl-pytorch-org:
description: 'Use only download.pytorch.org when generating wheel install command'
default: false
default: "false"
required: false
type: boolean
type: string
use-meta-cdn:
description: 'Use meta cdn for installing pip binaries'
default: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/validate-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ on:
type: boolean
use-only-dl-pytorch-org:
description: 'Use only download.pytorch.org when generating wheel install command'
default: false
default: "false"
required: false
type: boolean
type: string
use-meta-cdn:
description: 'Use meta cdn for installing pip binaries'
default: false
Expand Down Expand Up @@ -93,9 +93,9 @@ on:
type: boolean
use-only-dl-pytorch-org:
description: 'Use only download.pytorch.org when generating wheel install command'
default: false
default: "false"
required: false
type: boolean
type: string
use-meta-cdn:
description: 'Use meta cdn for installing pip binaries'
default: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/validate-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:
default: 'nightly'
generate_dockerhub_images:
description: 'Generate Docker Hub images (strip ghcr.io/ prefix for release)'
default: false
default: "false"
required: false
type: boolean
type: string
ref:
description: 'Reference to checkout, defaults to empty'
default: ""
Expand All @@ -33,9 +33,9 @@ on:
- 'release'
generate_dockerhub_images:
description: 'Generate Docker Hub images (strip ghcr.io/ prefix for release)'
default: false
default: "false"
required: false
type: boolean
type: string
ref:
description: 'Reference to checkout, defaults to empty'
default: ""
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/validate-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ on:
type: boolean
use-only-dl-pytorch-org:
description: 'Use only download.pytorch.org when generating wheel install command'
default: false
default: "false"
required: false
type: boolean
type: string
use-meta-cdn:
description: 'Use meta cdn for installing pip binaries'
default: false
Expand Down Expand Up @@ -86,9 +86,9 @@ on:
type: boolean
use-only-dl-pytorch-org:
description: 'Use only download.pytorch.org when generating wheel install command'
default: false
default: "false"
required: false
type: boolean
type: string
use-meta-cdn:
description: 'Use meta cdn for installing pip binaries'
default: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/validate-macos-arm64-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ on:
type: string
use-only-dl-pytorch-org:
description: 'Use only download.pytorch.org when generating wheel install command'
default: false
default: "false"
required: false
type: boolean
type: string
use-meta-cdn:
description: 'Use meta cdn for installing pip binaries'
default: false
Expand Down Expand Up @@ -70,9 +70,9 @@ on:
type: string
use-only-dl-pytorch-org:
description: 'Use only download.pytorch.org when generating wheel install command'
default: false
default: "false"
required: false
type: boolean
type: string
use-meta-cdn:
description: 'Use meta cdn for installing pip binaries'
default: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/validate-windows-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ on:
type: string
use-only-dl-pytorch-org:
description: 'Use only download.pytorch.org when generating wheel install command'
default: false
default: "false"
required: false
type: boolean
type: string
use-meta-cdn:
description: 'Use meta cdn for installing pip binaries'
default: false
Expand Down Expand Up @@ -70,9 +70,9 @@ on:
type: string
use-only-dl-pytorch-org:
description: 'Use only download.pytorch.org when generating wheel install command'
default: false
default: "false"
required: false
type: boolean
type: string
use-meta-cdn:
description: 'Use meta cdn for installing pip binaries'
default: false
Expand Down

0 comments on commit d82d5a0

Please sign in to comment.