Skip to content

Commit d0dc1eb

Browse files
authored
Remove dependency on builder since these workflows are moved to test-infra (#1858)
* Remove dependency on builder * fix
1 parent 012ca1a commit d0dc1eb

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/update-quick-start-module.yml

+1-3
Original file line numberDiff line numberDiff 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

.github/workflows/validate-quick-start-module.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,14 @@ on:
1818

1919
jobs:
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

0 commit comments

Comments
 (0)