Commit 5e966711 authored by Andrey Talman's avatar Andrey Talman Committed by Facebook GitHub Bot
Browse files

Making sure channel flag is set correctly (#2496)

Summary:
Making sure channel flag is set correctly for the test channel

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

Reviewed By: hwangjeff, mthrok

Differential Revision: D37183083

Pulled By: atalman

fbshipit-source-id: 5df8aad1bceb22ad65b0942bf370480bb1cbd44a
parent c46a00c2
...@@ -141,7 +141,7 @@ jobs: ...@@ -141,7 +141,7 @@ jobs:
if [[ $CHANNEL == "test" ]]; then if [[ $CHANNEL == "test" ]]; then
setup_cuda setup_cuda
setup_base_build_version setup_base_build_version
export CONDA_CHANNEL_FLAGS="pytorch-test" export CONDA_CHANNEL_FLAGS="-c pytorch-test"
setup_macos setup_macos
else else
setup_cuda setup_cuda
......
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