Commit 32389c63 authored by Omkar Salpekar's avatar Omkar Salpekar Committed by Facebook GitHub Bot
Browse files

[Nova] Use pkg-helpers to modularize GHA Linux Conda Builds (#2650)

Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/2650

Reviewed By: mehtanirav

Differential Revision: D39040559

Pulled By: osalpekar

fbshipit-source-id: df39e23d7c246728793aab969b8dc1070af88d75
parent 8682b644
...@@ -5,7 +5,9 @@ on: ...@@ -5,7 +5,9 @@ on:
jobs: jobs:
run-reusable-build-workflow: run-reusable-build-workflow:
uses: pytorch/test-infra/.github/workflows/build_conda_linux_reusable.yml@fix_pre_post uses: pytorch/test-infra/.github/workflows/build_conda_linux_reusable.yml@main
with: with:
domain: "torchaudio" domain: "torchaudio"
image: "pytorch/conda-builder:cpu" docker_image: "pytorch/conda-builder:cpu"
python_version: "3.8"
gpu_arch_version: "cpu"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment