Skip to content

Commit

Permalink
Fix missing pyro install in deploy_on_release.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
saitcakmak authored and facebook-github-bot committed Mar 28, 2022
1 parent 9ba5f0d commit c48dd2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
conda install -y scipy sphinx pytest flake8
conda install -y -c gpytorch gpytorch
conda install -y conda-build anaconda-client
conda install -y -c conda-forge pyro-ppl==1.8.0
conda config --set anaconda_upload no
- name: Build and verify conda package
shell: bash -l {0}
Expand Down

0 comments on commit c48dd2b

Please sign in to comment.