File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
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"
25- ref : main
2625 validate-release-binaries :
2726 if : always()
28- uses : pytorch/builder /.github/workflows/validate-binaries.yml@main
27+ uses : pytorch/test-infra /.github/workflows/validate-binaries.yml@main
2928 needs : validate-nightly-binaries
3029 with :
3130 os : all
3231 channel : " release"
33- ref : main
You can’t perform that action at this time.
0 commit comments