Skip to content

Commit 74ef5bc

Browse files
committed
Remove dependency on builder
1 parent 012ca1a commit 74ef5bc

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
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-2
Original file line numberDiff line numberDiff line change
@@ -18,14 +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"
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

0 commit comments

Comments
 (0)