Skip to content

Commit 2f9fb90

Browse files
seemethereejguan
authored andcommitted
ci: Do not install conda-build from conda-forge (#1064)
Summary: This create a bad dependency chain, do not do that please Tested on my local mac Pull Request resolved: #1064 Reviewed By: seemethere, NivekT Differential Revision: D43780624 Pulled By: atalman fbshipit-source-id: c61b1887881a91c41702ba2efbd1246b753ec99f
1 parent ba48bac commit 2f9fb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_build_test_upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ jobs:
381381
conda install -yq conda-build -c malfet -c conda-forge
382382
export CONDA_CHANNEL_FLAGS="${CONDA_CHANNEL_FLAGS} -c malfet"
383383
else
384-
conda install -yq conda-build -c conda-forge
384+
conda install -yq conda-build
385385
fi
386386
packaging/build_conda.sh
387387
conda index ./conda-bld

0 commit comments

Comments
 (0)