Skip to content

Commit

Permalink
Remove dependency on builder since these workflows are moved to test-…
Browse files Browse the repository at this point in the history
…infra (#1858)

* Remove dependency on builder

* fix
  • Loading branch information
atalman authored Dec 23, 2024
1 parent 012ca1a commit d0dc1eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update-quick-start-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,10 @@ jobs:
runs-on: "ubuntu-20.04"
environment: pytorchbot-env
steps:
- name: Checkout builder
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
architecture: x64
- name: Create json file
shell: bash
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/validate-quick-start-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@ on:

jobs:
validate-nightly-binaries:
uses: pytorch/builder/.github/workflows/validate-binaries.yml@main
uses: pytorch/test-infra/.github/workflows/validate-binaries.yml@main
with:
os: all
channel: "nightly"
ref: main
validate-release-binaries:
if: always()
uses: pytorch/builder/.github/workflows/validate-binaries.yml@main
uses: pytorch/test-infra/.github/workflows/validate-binaries.yml@main
needs: validate-nightly-binaries
with:
os: all
channel: "release"
ref: main

0 comments on commit d0dc1eb

Please sign in to comment.