Skip to content

Commit c48dd2b

Browse files
saitcakmakfacebook-github-bot
authored andcommitted
Fix missing pyro install in deploy_on_release.
Summary: See title. It was missing in D35115132 (c1a66c6), and is blocking the 0.6.3 release. Reviewed By: eytan Differential Revision: D35175031 fbshipit-source-id: 51010d5a0a778e771bf40d6921eae14f38e80f46
1 parent 9ba5f0d commit c48dd2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy_on_release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
conda install -y scipy sphinx pytest flake8
8787
conda install -y -c gpytorch gpytorch
8888
conda install -y conda-build anaconda-client
89+
conda install -y -c conda-forge pyro-ppl==1.8.0
8990
conda config --set anaconda_upload no
9091
- name: Build and verify conda package
9192
shell: bash -l {0}

0 commit comments

Comments
 (0)