Skip to content

Commit

Permalink
fix option names
Browse files Browse the repository at this point in the history
  • Loading branch information
osalpekar committed Mar 20, 2024
1 parent b34384b commit 01e1359
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_build_wheels_linux_without_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
ref: nightly
test-infra-repository: ${{ github.repository }}
test-infra-ref: ${{ github.ref }}
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
build-matrix: ${{ needs.generate-matrix-default.outputs.matrix }}
pre-script: ${{ matrix.pre-script }}
post-script: ${{ matrix.post-script }}
smoke-test-script: ${{ matrix.smoke-test-script }}
Expand All @@ -66,7 +66,7 @@ jobs:
ref: nightly
test-infra-repository: ${{ github.repository }}
test-infra-ref: ${{ github.ref }}
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
build-matrix: ${{ needs.generate-matrix-github-hosted.outputs.matrix }}
pre-script: packaging/install_torchdata.sh
post-script: ""
smoke-test-script: test/smoke_tests/smoke_tests.py
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ def main(args) -> None:
default=os.getenv("USE_ONLY_DL_PYTORCH_ORG", "false"),
)
parser.add_argument(
"--use-github-runners",
"--use-github-hosted-runners",
help="Use GitHub Hosted Runners?",
type=str,
choices=[ENABLE, DISABLE],
Expand Down

0 comments on commit 01e1359

Please sign in to comment.