Skip to content

Commit

Permalink
Explicitly install multipledispatch for conda build in nightly cron (#…
Browse files Browse the repository at this point in the history
…1421)

Summary:
Without this, imports are failing due to `multipledispatch` not being installed.

Pull Request resolved: #1421

Reviewed By: saitcakmak, j-wilson

Differential Revision: D39820947

fbshipit-source-id: 8532f7cba4bcca509d53faf3350e07e52244ffd9
  • Loading branch information
Balandat authored and facebook-github-bot committed Sep 26, 2022
1 parent a134ec4 commit 15f23cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
# Don't need most deps for conda build, but need them for testing
# We do need setuptools_scm though to properly parse the version
run: |
conda install -y scipy setuptools_scm conda-build conda-verify
conda install -y scipy multipledispatch setuptools_scm conda-build conda-verify
conda config --set anaconda_upload no
conda install -y -c pytorch-nightly pytorch cpuonly
conda install -y -c conda-forge pyro-ppl>=1.8.2
Expand Down

0 comments on commit 15f23cc

Please sign in to comment.