Commit d0dc1eb 1 parent 012ca1a commit d0dc1eb Copy full SHA for d0dc1eb
File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,10 @@ jobs:
66
66
runs-on : " ubuntu-20.04"
67
67
environment : pytorchbot-env
68
68
steps :
69
- - name : Checkout builder
70
- uses : actions/checkout@v2
71
69
- name : Setup Python
72
70
uses : actions/setup-python@v2
73
71
with :
74
- python-version : 3.8
72
+ python-version : 3.9
75
73
architecture : x64
76
74
- name : Create json file
77
75
shell : bash
Original file line number Diff line number Diff line change 18
18
19
19
jobs :
20
20
validate-nightly-binaries :
21
- uses : pytorch/builder /.github/workflows/validate-binaries.yml@main
21
+ uses : pytorch/test-infra /.github/workflows/validate-binaries.yml@main
22
22
with :
23
23
os : all
24
24
channel : " nightly"
25
- ref : main
26
25
validate-release-binaries :
27
26
if : always()
28
- uses : pytorch/builder /.github/workflows/validate-binaries.yml@main
27
+ uses : pytorch/test-infra /.github/workflows/validate-binaries.yml@main
29
28
needs : validate-nightly-binaries
30
29
with :
31
30
os : all
32
31
channel : " release"
33
- ref : main
You can’t perform that action at this time.
0 commit comments