File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,10 @@ jobs:
6666 runs-on : " ubuntu-20.04"
6767 environment : pytorchbot-env
6868 steps :
69- - name : Checkout builder
70- uses : actions/checkout@v2
7169 - name : Setup Python
7270 uses : actions/setup-python@v2
7371 with :
74- python-version : 3.8
72+ python-version : 3.9
7573 architecture : x64
7674 - name : Create json file
7775 shell : bash
Original file line number Diff line number Diff line change 1818
1919jobs :
2020 validate-nightly-binaries :
21- uses : pytorch/builder /.github/workflows/validate-binaries.yml@main
21+ uses : pytorch/test-infra /.github/workflows/validate-binaries.yml@main
2222 with :
2323 os : all
2424 channel : " nightly"
2525 ref : main
2626 validate-release-binaries :
2727 if : always()
28- uses : pytorch/builder /.github/workflows/validate-binaries.yml@main
28+ uses : pytorch/test-infra /.github/workflows/validate-binaries.yml@main
2929 needs : validate-nightly-binaries
3030 with :
3131 os : all
You can’t perform that action at this time.
0 commit comments